-
Notifications
You must be signed in to change notification settings - Fork 60
/
appveyor.yml
36 lines (36 loc) · 1.06 KB
/
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
version: 1.1.{build}
skip_tags: true
configuration:
- Debug
- Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
environment:
github_token:
secure: MI0hFHQHoAu0Gg/2ZJSfjVTlswPOVr7V3UuzZs3cizbVBSG4nVIaFoBhQ1Vys3Ed
before_build:
- cmd: nuget restore
build:
project: AxoCover.sln
verbosity: minimal
after_build:
- cmd: if "%CONFIGURATION%"=="Debug" move AxoCover\bin\Debug\AxoCover.vsix AxoCover\bin\Debug\AxoCover-debug.vsix
artifacts:
- path: AxoCover\bin\Release\AxoCover.vsix
name: AxoCover.vsix
- path: AxoCover\bin\Debug\AxoCover-debug.vsix
name: AxoCover-debug.vsix
deploy:
- provider: GitHub
tag: ${appveyor_repo_branch}-${appveyor_build_version}
auth_token:
secure: MI0hFHQHoAu0Gg/2ZJSfjVTlswPOVr7V3UuzZs3cizbVBSG4nVIaFoBhQ1Vys3Ed
artifact: AxoCover.vsix, AxoCover-debug.vsix
prerelease: true
after_deploy:
- cmd: if "%CONFIGURATION%"=="Release" AxoCover.ReleaseTagger\bin\Release\AxoCover.ReleaseTagger.exe