forked from dotnetprojects/SVGImage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
41 lines (29 loc) · 847 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
38
39
40
41
version: 2.0.{build}
image: Visual Studio 2017
branches:
only:
- master
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
configuration: Debug
build:
project: SVGImage\SVGImage.sln
after_build:
- ps: .\nuget\pack.ps1
test: off
artifacts:
- path: SVGImage\SVGImage\bin\Debug\DotNetProjects.SVGImage.dll
name: DotNetProjects.SVGImage.dll
- path: SVGImage\SVGImage\bin\Debug\DotNetProjects.SVGImage.pdb
name: DotNetProjects.SVGImage.pdb
- path: '**\DotNetProjects.SVGImage*.nupkg'
#uncomment to publish to NuGet
deploy:
provider: NuGet
api_key:
secure: OrhpK2cLXXcoWW+hU6xAv3eeKIbATEFbenteoFsi9EfM1yyDof6ZuNKAsA3Vy6vb
artifact: /.*\.nupkg/