Files
LinqRb/appveyor.yml
Tommy Parnell 947c650ad0 init
2015-10-24 20:38:43 -04:00

21 lines
566 B
YAML

configuration: Release
version: 0.1.{build}
nuget:
account_feed: true
project_feed: true
init:
- git config --global core.autocrlf true
before_build:
- ps: "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}"
- ps: dnvm upgrade
- ps: dnvm update-self
- ps: dnvm install 1.0.0-beta8
- ps: dnvm list
- ps: dnvm use 1.0.0-beta8
- ps: dnu restore
- cmd: set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
artifacts:
- path: artifacts\bin\LinqRb\Release\*.nupkg