-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappveyor.yml
More file actions
32 lines (32 loc) · 800 Bytes
/
appveyor.yml
File metadata and controls
32 lines (32 loc) · 800 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
31
32
version: 1.0.{build}
image: Visual Studio 2017
skip_tags: true
configuration: Release
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
build:
publish_nuget: true
verbosity: minimal
deploy:
- provider: NuGet
api_key:
secure: /p1mWrn3DStJKFMaRB+vlHAWzx7XX0N7nuvVWSPLA1JR+G9X70yWWCmFqbiBjR+P
on:
branch: master
- provider: GitHub
artifact: /.*\.nupkg/
tag: v$(appveyor_build_version)
release: v$(appveyor_build_version)
auth_token:
secure: p4Sb4fvtKbUHPv81TBNDCG9ILXAw9IiBmbcgvwa3Q2FQnKTYMkyMcDjmsbqAaJLC
repository: vudodov/json
on:
branch: master