Skip to content

Commit

Permalink
Attempt myget deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Nov 13, 2014
1 parent ba9aa2d commit 2cf7ef4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,13 @@ build_script:
test: off

artifacts:
- path: NuGet\*.nupkg
- path: NuGet\*.nupkg

# Temp publish to myget feed
deploy:
provider: NuGet
server: https://www.myget.org/F/amaitland-cefsharp/
api_key:
secure: T3yoLSioRwXa7byUvu17t4I88RTQTvICh2j+KplLb1YVimd1IYy2m2akGqgOMJhY
skip_symbols: true
artifact: NuGet\*.nupkg

0 comments on commit 2cf7ef4

Please sign in to comment.