Skip to content

Commit b5bfbd5

Browse files
committed
Added publish profiles
1 parent bd6b68e commit b5bfbd5

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

appveyor.yml

+17-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,20 @@ test_script:
1616
- ps: psake .\build.tasks.ps1 appveyor-test
1717
artifacts:
1818
- path: PublishCoverity.*.zip
19-
- path: PublishCoverity.*.nupkg
19+
- path: PublishCoverity.*.nupkg
20+
deploy:
21+
- provider: GitHub
22+
release: $($env:GitVersion_SemVer)
23+
auth_token:
24+
secure: hH6A9i7v+sf5mZy9FLQVG7n4UpLWkUhpshIsia7sGi1ONr+iMKroqjkJk0Hsi3nK
25+
artifact: /.*\.nupkg/
26+
prerelease: true
27+
on:
28+
branch: /release-.*/
29+
APPVEYOR_REPO_TAG: true
30+
- provider: NuGet
31+
api_key:
32+
secure: 4XLKYHbHXYJuc9SCTYZt5VzxE/XDBpjWSttRIK3ZGux5TwIgAnhMBamo16fjVmzS
33+
on:
34+
branch: /release-.*/
35+
APPVEYOR_REPO_TAG: true

0 commit comments

Comments
 (0)