Skip to content

Commit 2cf7ef4

Browse files
committed
Attempt myget deployment
1 parent ba9aa2d commit 2cf7ef4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

appveyor.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,13 @@ build_script:
1313
test: off
1414

1515
artifacts:
16-
- path: NuGet\*.nupkg
16+
- 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

Comments
 (0)