Files
TurboLinks.Net/appveyor.yml
2016-10-23 17:57:30 -04:00

17 lines
400 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: >-
(new-object net.webclient).DownloadFile('https://go.microsoft.com/fwlink/?LinkID=827524','core.exe')
core.exe /install /quiet /norestart
dotnet restore
artifacts:
- path: artifacts\bin\TurboLinks.Net\Release\*.nupkg