This commit is contained in:
Scott Williams 2017-06-27 14:56:28 +01:00 коммит произвёл GitHub
Родитель 183f08da26
Коммит edce9e6e94
1 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,15 @@ deploy:
artifact: /.*\.nupkg/
on:
branch: master
- provider: NuGet
server: https://www.myget.org/F/sixlabors-unstable/api/v2/package
symbol_server: https://www.myget.org/F/sixlabors-unstable/symbols/api/v2/package
api_key:
secure: V/lEHP0UeMWIpWd0fiNlY2IgbCnJKQlGdRksECdJbOBdaE20Fl0RNL7WyqHe02o4
artifact: /.*\.nupkg/
on:
branch: develop
# prevent the double build when a branch has an active PR
skip_branch_with_pr: true