-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathappveyor.yml
37 lines (37 loc) · 1.02 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
version: 0.2.{build}
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2022
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:
- cmd: nuget restore
build:
project: UltraMapper\UltraMapper.csproj
publish_nuget: true
project: UltraMapper\UltraMapper.csproj
verbosity: detailed
deploy:
- provider: NuGet
api_key:
secure: V9IBfEGtS3LppLMRphtIACQYBJDGNevXDKbw2OSGYbTO5eYEOHuCT/vea9obbsgV
skip_symbols: false
- provider: GitHub
tag: UltraMapper v$(appveyor_build_version)
release: UltraMapper v$(appveyor_build_version)
auth_token:
secure: QeUb3wjlvP0bht90xWcoRLcGA5GI6YXvv4CfXUgV/Oh3OJuLQHZ8VtD9c9FEwZqB
artifact: /.*\.nupkg/