-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappveyor.yml
More file actions
34 lines (32 loc) · 800 Bytes
/
appveyor.yml
File metadata and controls
34 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
33
version: 5.0.1.{build}-{branch}
image: Visual Studio 2019
branches:
only:
- master
build_script:
- ps: .\build.ps1
nuget:
disable_publish_on_pr: true
artifacts:
- path: deploy/*.nupkg
name: Nuget Package
test: off
deploy:
- provider: GitHub
tag: '${APPVEYOR_REPO_TAG_NAME}'
release: 'Release ${APPVEYOR_REPO_TAG_NAME}'
description: 'Release ${APPVEYOR_REPO_TAG_NAME}'
auth_token:
secure: 9lcqgfNgqSltyjFe2LCuC1ArZ2SGlmf7bZPeyMpXZoLujPaDIkj1z7Gxgrord1Z8
artifact: /.*\.nupkg/
on:
branch: master
APPVEYOR_REPO_TAG: true
- provider: NuGet
api_key:
secure: ObGf47lAlW65uQ+k06EPWHW3OYbYPEHanUQMu3/lZc5bIGttfkytXT3FDjsgPqT5
skip_symbols: true
artifact: /.*\.nupkg/
on:
branch: master
APPVEYOR_REPO_TAG: true