From 112efbb32b26f2667621d2893d65cdf2e106f28c Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sun, 23 Oct 2016 18:01:48 -0400 Subject: [PATCH] fix yml --- appveyor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8d6cbb9..cd13c23 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,10 +8,9 @@ init: - git config --global core.autocrlf true before_build: -- ps: >- - invoke-webrequest https://go.microsoft.com/fwlink/?LinkID=827524 -OutFile core.exe - core.exe /install /quiet /norestart - dotnet restore +- 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 \ No newline at end of file