forked from dampee/ImageProcessor.Plugins.Pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
37 lines (29 loc) · 814 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
os: Visual Studio 2017
# version format
version: 1.3.{build}
cache:
- src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
build:
project: ImageProcessor.Plugins.Pdf.csproj
before_build:
- nuget restore
artifacts:
- path: '**\*.nupkg' # find all NuGet packages recursively
name: MyApp
deploy:
- provider: NuGet
api_key:
secure: hd63fmfN87wpPr16CMeB3I4jj/+mj0oHJxUIaQb7t61spQKNJfwxmfp059BKs6DX
skip_symbols: false
artifact: MyApp
- provider: GitHub
artifact: MyApp
auth_token:
secure: OFvuxAZ0fV+i5iZDD4bfNLyy8H4fWQpJUOyLX2OybtSFtgYYUwm06qADOy950/Ui
dotnet_csproj:
patch: true
file: '*.csproj'
version: '{version}'
package_version: '{version}'
configuration:
- Release