Browse Source

List out CI Build info.

Former-commit-id: be2d655bca42ce9b645734a7f79353bceb25826c
Former-commit-id: bb53491252298c8e5075b71a37a6d6579ef9235f
Former-commit-id: 3ffb28cf5b28307028e57204266ae23c0085bb82
pull/1/head
Pure Krome 10 years ago
parent
commit
f71900e45e
  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