-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathappveyor.yml
More file actions
30 lines (29 loc) · 819 Bytes
/
appveyor.yml
File metadata and controls
30 lines (29 loc) · 819 Bytes
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
version: 4.0.{build}-alpha
branches:
only:
- master
image: Visual Studio 2022
configuration: Release
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
build:
project: Cinegy.TsDecoder.sln
publish_nuget: true
verbosity: minimal
before_build:
- cmd: nuget restore
after_build:
- cmd: >-
7z a Cinegy.TsDecoder-%APPVEYOR_REPO_BRANCH%-%APPVEYOR_BUILD_VERSION%-PDB.zip %APPVEYOR_BUILD_FOLDER%\Cinegy.TsDecoder\bin
appveyor PushArtifact Cinegy.TsDecoder-%APPVEYOR_REPO_BRANCH%-%APPVEYOR_BUILD_VERSION%-PDB.zip
# deploy:
# - provider: NuGet
# api_key:
# secure: H2zueAN/L9RNQugcZ31Qbc0e9T62ipvbiH61y2IXCjYOL3lebABxDpl8kh9dosN1
# skip_symbols: true