-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathappveyor.release.yml
More file actions
39 lines (34 loc) · 858 Bytes
/
appveyor.release.yml
File metadata and controls
39 lines (34 loc) · 858 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
33
34
35
36
37
38
39
version: 'v$(package_version).{build}'
skip_non_tags: true
image: Visual Studio 2017
configuration: Release
environment:
package_version: '0.9.0'
git_access_token:
secure: kFNrVQrkAApceG8qiKcsgXAFx50qkY4Lfl2OLczSxwhEYbHh78AdPqyBn3P/JEjo
git_email: nzsmartie@gmail.com
git_user: NZSmartie
# Patch package version to all match
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '$(package_version).$(APPVEYOR_BUILD_NUMBER)'
package_version: '$(package_version)'
before_build:
- cmd: nuget restore
build:
publish_nuget: true
publish_nuget_symbols: true
verbosity: minimal
after_build:
- ps: |
Push-Location ./docs
./build.ps1 -Deploy
Pop-Location
test: off
deploy:
- provider: NuGet
api_key:
secure: DekheHagJ0HXHdNxDLa2nSgRCGehoouFpfzFawMEjCRZcn3dzWvyEDGV//KU+RvF
on:
appveyor_repo_tag: true