From f71900e45e89c45ff417e91b48ef39c23fa7b2b3 Mon Sep 17 00:00:00 2001 From: Pure Krome Date: Thu, 19 May 2016 14:52:31 +1000 Subject: [PATCH] List out CI Build info. Former-commit-id: be2d655bca42ce9b645734a7f79353bceb25826c Former-commit-id: bb53491252298c8e5075b71a37a6d6579ef9235f Former-commit-id: 3ffb28cf5b28307028e57204266ae23c0085bb82 --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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