|
|
|
@ -7,10 +7,6 @@ skip_branch_with_pr: true |
|
|
|
init: |
|
|
|
- ps: iex ((new-object net.webclient).DownloadString('https://gist.githubusercontent.com/PureKrome/0f79e25693d574807939/raw/8cf3160c9516ef1f4effc825c0a44acc918a0b5a/appveyor-build-info.ps')) |
|
|
|
|
|
|
|
# temp work around - https://appveyor.statuspage.io/incidents/m2vdvw39kdk8 |
|
|
|
hosts: |
|
|
|
api.nuget.org: 93.184.221.200 |
|
|
|
|
|
|
|
build_script: |
|
|
|
- cmd: build.cmd |
|
|
|
|
|
|
|
@ -26,7 +22,7 @@ deploy: |
|
|
|
server: https://www.myget.org/F/imagesharp/api/v2/package |
|
|
|
symbol_server: https://www.myget.org/F/imagesharp/symbols/api/v2/package |
|
|
|
api_key: |
|
|
|
secure: P2Fz82nty+itjL+kNRCsMQcqzngmVtkU0R4CZqgST7zgUaE6/1q9ekh5MKKlZLkD |
|
|
|
secure: fz0rUrt3B1HczUC1ZehwVsrFSWX9WZGDQoueDztLte9/+yQG+BBU7UrO+coE8lUf |
|
|
|
artifact: /.*\.nupkg/ |
|
|
|
on: |
|
|
|
branch: master |
|
|
|
|