|
|
@ -24,6 +24,16 @@ deploy: |
|
|
artifact: /.*\.nupkg/ |
|
|
artifact: /.*\.nupkg/ |
|
|
on: |
|
|
on: |
|
|
branch: master |
|
|
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 |
|
|
# prevent the double build when a branch has an active PR |
|
|
skip_branch_with_pr: true |
|
|
skip_branch_with_pr: true |
|
|
|