diff --git a/appveyor.yml b/appveyor.yml index ca38b8154..77434417b 100644 --- a/appveyor.yml +++ b/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 \ No newline at end of file + branch: Core