-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappveyor.yml
35 lines (35 loc) · 1010 Bytes
/
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
version: 1.0.{build}
image: Visual Studio 2017
build_script:
- ps: ./ps/build_script.ps1
test_script:
- ps: ./ps/test_script.ps1
artifacts:
- path: Davenport/bin/Release/netstandard1.4
name: netstandard14
- path: Davenport/bin/Release/net461
name: net461
skip_commits:
message: /\[skip\]/
files:
- README.md
- LICENSE
- .gitignore
- .vscode/*
- changelog.md
deploy:
- provider: NuGet
api_key:
secure: uUJ91Fu+H69EdZ8RTYIa7G7UufCgCw1UXfZ2jAOEWJfKi8KNwDTFYaEDQCJS9xOc
on:
branch: master
appveyor_repo_tag: true
- provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
description: "Automated AppVeyor release for Davenport v$(APPVEYOR_REPO_TAG_NAME). Check [changelog.md](https://github.com/nozzlegear/davenport.net/blob/master/changelog.md) for a list of changes."
auth_token:
secure: OS2yhg1H8KSYenGLlIIvVgsxU1xjtmNRjxrUBuwiWltI3JlvTmaBFijVINnGclbp
artifact: davenport.nupkg
on:
branch: master
appveyor_repo_tag: true