-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathappveyor.yml
30 lines (23 loc) · 884 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
version: 1.2.{build}
skip_tags: true
environment:
access_token:
secure: kqX9rn9floiE60G2C/L6s/IBktmPwQ2POWKUwU7JZVR14SIZDUXQyCeluHe0Nf1k
build_script:
- Build.bat
test: off
artifacts:
- path: 'bin\*.nupkg'
on_success:
- git config --global credential.helper store
- git config --global user.email "[email protected]"
- git config --global user.name "AppVeyor HealthNet Build"
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):[email protected]`n"
- git tag -a release/%APPVEYOR_BUILD_VERSION% -m "AppVeyor build %APPVEYOR_BUILD_VERSION%"
- git remote set-url origin https://github.com/bronumski/HealthNet.git
- git push origin release/%APPVEYOR_BUILD_VERSION%
deploy:
provider: NuGet
api_key:
secure: UWLHsXH6B9+FIAZ4HCbSnvKBAi1LHvmA3JLtLfjUccKRIUwS1VgutW5j9UkizRBn
artifact: /.*\.nupkg/