Browse Source

Merge remote-tracking branch 'refs/remotes/origin/feature/NETCore-RC2' into Core

Former-commit-id: e15c197ec2d4ddf58b832f3c0a2c1b15df933f8c
Former-commit-id: b051df83d5932842d3231f7dc3b7981681175e37
Former-commit-id: 44ce7840993225f41c0a4a327fb8933ce3eb2d07
af/merge-core
James Jackson-South 10 years ago
parent
commit
60b323e6d6
  1. 5
      appveyor.yml

5
appveyor.yml

@ -1,6 +1,9 @@
version: v1.0.0.{build}
os: Visual Studio 2015
init:
- ps: iex ((new-object net.webclient).DownloadString('https://gist.githubusercontent.com/PureKrome/0f79e25693d574807939/raw/8cf3160c9516ef1f4effc825c0a44acc918a0b5a/appveyor-build-info.ps'))
install:
# Use the install script to grab the latest dotnet install
- ps: iex .\dotnet-latest.ps1
@ -46,4 +49,4 @@ deploy:
secure: fz0rUrt3B1HczUC1ZehwVsrFSWX9WZGDQoueDztLte9/+yQG+BBU7UrO+coE8lUf
artifact: /.*\.nupkg/
on:
branch: Core
branch: Core

Loading…
Cancel
Save