-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathappveyor.yml
More file actions
58 lines (48 loc) · 1.51 KB
/
appveyor.yml
File metadata and controls
58 lines (48 loc) · 1.51 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
version: 1.0.{build}
skip_tags: true
nuget:
disable_publish_on_pr: true
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
platform: Any CPU
configuration: Release
before_build:
- nuget restore
build:
verbosity: minimal
project: ZSpriteTools.sln
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
after_build:
- 7z a ZSpriteTools-%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\ZSpriteTools\bin\%CONFIGURATION%\*.*
artifacts:
- path: SpriteLibrary\bin\%CONFIGURATION%\SpriteLibrary.dll
- path: ZSpriteTools-$(appveyor_build_version).zip
- path: '**\SpriteLibrary.$(appveyor_build_version).nupkg'
- path: '**\SpriteLibrary.$(appveyor_build_version).symbols.nupkg'
- path: ZSpriteTools\Releases\*.*
- path: ZSpriteTools\Releases\RELEASES
deploy:
- provider: GitHub
auth_token:
secure: ViWNMG9POKQc60IVRa88gr+T8To/aPCGDMn8xGVPGACQYx/sESKtXg77AS/LQt0F
draft: false
- provider: NuGet
server: https://www.myget.org/F/sosuke3-ci/api/v2
api_key:
secure: v/wpf+t9YFQEkAumK2jCz1I3cEyraQUe+6488s1zo2b7yWp3VUJJB34bwzg9sOJ8
artifact: SpriteLibrary.$(appveyor_build_version).nupkg
on:
branch: master
- provider: NuGet
api_key:
secure: v/wpf+t9YFQEkAumK2jCz1I3cEyraQUe+6488s1zo2b7yWp3VUJJB34bwzg9sOJ8
artifact: SpriteLibrary.$(appveyor_build_version).symbols.nupkg
symbol_server: https://www.myget.org/F/sosuke3-ci/api/v2
on:
branch: master