Browse Source

[SL.Core] push develop branch to an unstable feed for now

af/octree-no-pixelmap
Scott Williams 9 years ago
committed by GitHub
parent
commit
24614a6ed6
  1. 10
      appveyor.yml

10
appveyor.yml

@ -24,6 +24,16 @@ deploy:
artifact: /.*\.nupkg/
on:
branch: master
deploy:
- 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

Loading…
Cancel
Save