We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9aa2d commit 2cf7ef4Copy full SHA for 2cf7ef4
appveyor.yml
@@ -13,4 +13,13 @@ build_script:
13
test: off
14
15
artifacts:
16
- - path: NuGet\*.nupkg
+ - path: NuGet\*.nupkg
17
+
18
+# Temp publish to myget feed
19
+deploy:
20
+ provider: NuGet
21
+ server: https://www.myget.org/F/amaitland-cefsharp/
22
+ api_key:
23
+ secure: T3yoLSioRwXa7byUvu17t4I88RTQTvICh2j+KplLb1YVimd1IYy2m2akGqgOMJhY
24
+ skip_symbols: true
25
+ artifact: NuGet\*.nupkg
0 commit comments