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 2df045c commit ef68d61Copy full SHA for ef68d61
.appveyor.yml
@@ -26,6 +26,13 @@ deploy:
26
artifact: /.*\.nupkg/
27
on:
28
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:
36
appveyor_repo_tag: true
37
- provider: NuGet
38
api_key:
@@ -34,4 +41,3 @@ deploy:
41
42
43
-
0 commit comments