Skip to content

Commit c367df8

Browse files
Added symbols for myget
1 parent 7a62160 commit c367df8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.appveyor.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,17 @@ deploy:
2222
server: https://www.myget.org/F/omnisharp/api/v2/package
2323
api_key:
2424
secure: eoBrSWDtOXSxyUOoCSTyQCeDkvU18W67pE3w26viEUBRi1K4Tru0cTjUtDUB7l9V
25-
skip_symbols: true
25+
skip_symbols: false
26+
symbol_server: https://www.myget.org/F/omnisharp/symbols/api/v2/package
2627
artifact: /.*\.nupkg/
2728
on:
2829
branch: master
2930
- provider: NuGet
3031
server: https://www.myget.org/F/omnisharp/api/v2/package
3132
api_key:
3233
secure: eoBrSWDtOXSxyUOoCSTyQCeDkvU18W67pE3w26viEUBRi1K4Tru0cTjUtDUB7l9V
33-
skip_symbols: true
34+
skip_symbols: false
35+
symbol_server: https://www.myget.org/F/omnisharp/symbols/api/v2/package
3436
artifact: /.*\.nupkg/
3537
on:
3638
appveyor_repo_tag: true

0 commit comments

Comments
 (0)