Files
TurboLinks.Net/appveyor.yml
Tommy Parnell 112efbb32b fix yml
2016-10-23 18:01:48 -04:00

16 lines
381 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: invoke-webrequest https://go.microsoft.com/fwlink/?LinkID=827524 -OutFile core.exe
- ps: .\core.exe /install /quiet /norestart
- ps: dotnet restore
artifacts:
- path: artifacts\bin\TurboLinks.Net\Release\*.nupkg