We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 010ab5c + da40ef0 commit e982782Copy full SHA for e982782
1 file changed
appveyor.yml
@@ -11,3 +11,19 @@ build_script:
11
- ps: .\build.ps1 -VersionAndPublish (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER)
12
13
test: off
14
+
15
+artifacts:
16
+- path: .\**\*.nupkg
17
+ name: NuGet
18
19
+nuget:
20
+ disable_publish_on_pr: true
21
22
+deploy:
23
+- provider: NuGet
24
+ api_key:
25
+ secure: CxMH3k6k/Rpz1zjToGDAelLWDT/gDqRo08iEUAQsRnL+WRo+4TL5gLiNEUy/GfUy
26
+ on:
27
+ branch:
28
+ - master
29
+ - /release\/[0-9]\.[0-9]/
0 commit comments