-
Notifications
You must be signed in to change notification settings - Fork 13
/
appveyor.yml
41 lines (39 loc) · 1.03 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
version: 1.0.{build}
image: Visual Studio 2022
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
version_prefix: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
before_build:
- pwsh: nuget restore
build:
verbosity: minimal
install:
- cd %APPVEYOR_BUILD_FOLDER%
- git submodule update --init --recursive
after_build:
- cmd: >-
7z a TrackStudio-Latest.zip "%APPVEYOR_BUILD_FOLDER%\Track Studio\bin\Release\net8.0\"
appveyor PushArtifact "TrackStudio-Latest.zip"
artifacts:
- path: TrackStudio-Latest.zip
name: TrackStudio
deploy:
- provider: GitHub
auth_token:
secure: cU87aOEy4F3ryNAjszwRJm6bEKEa/KJ09sSVj+nk8DFCPKQwwXfWgkxbcRg+W+uB
repository: MapStudioProject/Track-Studio
artifact: TrackStudio