-
Notifications
You must be signed in to change notification settings - Fork 11
/
appveyor.yml
72 lines (58 loc) · 2.21 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
version: 1.0.{build}
image: Visual Studio 2019
init:
- git config --global core.autocrlf false
branches:
only:
- master
skip_tags: true
only_commits:
files:
- Debuggee/
- Serialization/
- UI/
- Visualizer/
- Legacy/
- Standard/
- appveyor.yml
- ANTLR4ParseTreeVisualizer.sln
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
before_build:
- cmd: dotnet restore ANTLR4ParseTreeVisualizer.sln
install:
- cmd: git submodule update --init --recursive
matrix:
fast_finish: true
build:
project: ANTLR4ParseTreeVisualizer.sln
after_build:
- 7z a %APPVEYOR_BUILD_FOLDER%\ParseTreeVisualizer.Legacy.2017.zip -r %APPVEYOR_BUILD_FOLDER%\Legacy\Debuggee\bin\Debug\net2.0\*.dll
- 7z a %APPVEYOR_BUILD_FOLDER%\ParseTreeVisualizer.Legacy.2017.zip -r %APPVEYOR_BUILD_FOLDER%\Legacy\Debugger\bin\Debug\net472\*.dll
- 7z a %APPVEYOR_BUILD_FOLDER%\ParseTreeVisualizer.Legacy.2019.zip -r %APPVEYOR_BUILD_FOLDER%\Legacy\Debuggee\bin\Debug\*.dll
- 7z a %APPVEYOR_BUILD_FOLDER%\ParseTreeVisualizer.Legacy.2019.zip -r %APPVEYOR_BUILD_FOLDER%\Legacy\Debugger\bin\Debug\net472\*.dll
- 7z a %APPVEYOR_BUILD_FOLDER%\ParseTreeVisualizer.Standard.2017.zip -r %APPVEYOR_BUILD_FOLDER%\Standard\Debuggee\bin\Debug\netstandard2.0\*.dll
- 7z a %APPVEYOR_BUILD_FOLDER%\ParseTreeVisualizer.Standard.2017.zip -r %APPVEYOR_BUILD_FOLDER%\Standard\Debugger\bin\Debug\net472\*.dll
- 7z a %APPVEYOR_BUILD_FOLDER%\ParseTreeVisualizer.Standard.2019.zip -r %APPVEYOR_BUILD_FOLDER%\Standard\Debuggee\bin\Debug\*.dll
- 7z a %APPVEYOR_BUILD_FOLDER%\ParseTreeVisualizer.Standard.2019.zip -r %APPVEYOR_BUILD_FOLDER%\Standard\Debugger\bin\Debug\net472\*.dll
artifacts:
- path: '*.zip'
name: ParseTreeVisualizer
- path: '**\*.nupkg'
type: NuGetPackage
deploy:
- provider: GitHub
description: ''
auth_token:
secure: NgxEvJd/ApBpuz6rwCNDfOI5c6nAvBIabLMj1vAtzuV4ozyaVDfjRJKa7WeJK2Ri
artifact: ParseTreeVisualizer
- provider: NuGet
api_key:
secure: Wca6odTGXdgBDMEPs0ypFUcyMkfpv5f6lLjRaoqBy0zE5TyuRPXAXNuCtJ5yk/Ne
artifact: /.*\.nupkg/