File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -19,25 +19,19 @@ nuget:
1919 project_feed : true
2020deploy :
2121 - provider : NuGet
22- server : https://www.myget.org/F/omnisharp/api/v3/index.json
22+ server : https://www.myget.org/F/omnisharp/api/v2/package
2323 api_key :
2424 secure : eoBrSWDtOXSxyUOoCSTyQCeDkvU18W67pE3w26viEUBRi1K4Tru0cTjUtDUB7l9V
2525 skip_symbols : true
2626 artifact : /.*\.nupkg/
2727 on :
2828 branch : master
29+ appveyor_repo_tag : true
2930 - provider : NuGet
3031 api_key :
3132 secure : lFaEHVRMsSWTveDH/DuLl4+hv+O0i4qLkbhW3aCgzq0oCrOuV+0TSEkqe6aiHuNX
3233 skip_symbols : false
3334 artifact : /.*\.nupkg/
3435 on :
3536 appveyor_repo_tag : true
36- - provider : NuGet
37- server : https://www.myget.org/F/omnisharp/api/v3/index.json
38- api_key :
39- secure : eoBrSWDtOXSxyUOoCSTyQCeDkvU18W67pE3w26viEUBRi1K4Tru0cTjUtDUB7l9V
40- skip_symbols : true
41- artifact : /.*\.nupkg/
42- on :
43- appveyor_repo_tag : true
37+
You can’t perform that action at this time.
0 commit comments