We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6b68e commit b5bfbd5Copy full SHA for b5bfbd5
appveyor.yml
@@ -16,4 +16,20 @@ test_script:
16
- ps: psake .\build.tasks.ps1 appveyor-test
17
artifacts:
18
- path: PublishCoverity.*.zip
19
-- path: PublishCoverity.*.nupkg
+- 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
34
35
0 commit comments