This commit is contained in:
Tommy Parnell
2016-10-23 18:01:48 -04:00
parent 8233e2268c
commit 112efbb32b

View File

@@ -8,10 +8,9 @@ init:
- git config --global core.autocrlf true - git config --global core.autocrlf true
before_build: before_build:
- ps: >- - ps: invoke-webrequest https://go.microsoft.com/fwlink/?LinkID=827524 -OutFile core.exe
invoke-webrequest https://go.microsoft.com/fwlink/?LinkID=827524 -OutFile core.exe - ps: .\core.exe /install /quiet /norestart
core.exe /install /quiet /norestart - ps: dotnet restore
dotnet restore
artifacts: artifacts:
- path: artifacts\bin\TurboLinks.Net\Release\*.nupkg - path: artifacts\bin\TurboLinks.Net\Release\*.nupkg