Skip to content

Commit ef68d61

Browse files
Fix appveyor push
1 parent 2df045c commit ef68d61

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.appveyor.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ deploy:
2626
artifact: /.*\.nupkg/
2727
on:
2828
branch: master
29+
- provider: NuGet
30+
server: https://www.myget.org/F/omnisharp/api/v2/package
31+
api_key:
32+
secure: eoBrSWDtOXSxyUOoCSTyQCeDkvU18W67pE3w26viEUBRi1K4Tru0cTjUtDUB7l9V
33+
skip_symbols: true
34+
artifact: /.*\.nupkg/
35+
on:
2936
appveyor_repo_tag: true
3037
- provider: NuGet
3138
api_key:
@@ -34,4 +41,3 @@ deploy:
3441
artifact: /.*\.nupkg/
3542
on:
3643
appveyor_repo_tag: true
37-

0 commit comments

Comments
 (0)