From 5d16a29802760edac606e8bb93bd968848958cdd Mon Sep 17 00:00:00 2001 From: Pure Krome Date: Thu, 19 May 2016 14:52:31 +1000 Subject: [PATCH 1/2] 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 ca38b81541..77434417bb 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 From 7d607e688f8faaf02b48eb2d8b96893a57cf0d50 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 19 May 2016 14:50:34 +1000 Subject: [PATCH 2/2] Fix comments. Former-commit-id: 7abf8bed361bf34974bf76b264ecb9b98b4527a9 Former-commit-id: b1b1037a5c6bf9cff05f9f527a37b7c5b3f476d2 Former-commit-id: a8ca45468a39726e39a585fd913fcf54202615d8 --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 77434417bb..d2093156d1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,9 +8,9 @@ install: # Use the install script to grab the latest dotnet install - ps: iex .\dotnet-latest.ps1 -# Prepend newly installed Python to the PATH of this build (this cannot be - # done from inside the powershell script as it would require to restart - # the parent CMD process). +# Prepend newly installed dotnet cli to the PATH of this build (this cannot be +# done from inside the powershell script as it would require to restart +# the parent CMD process). - "SET PATH=C:\\Program Files\\dotnet\\bin;%PATH%" assembly_info: