From bb2dcc8a6ae69dd2aedaca2c4d529edf00060cd3 Mon Sep 17 00:00:00 2001 From: "Liangying.Wei" Date: Wed, 9 May 2018 15:21:43 +0800 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d558508..069142a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,18 +5,6 @@ environment: secure: t74btP1uJUIXa65tTiQGWAZvYmJSNjSruJV90exd++sAjrKpo7f6e4LGJJLGIKb3 before_build: - - cmd: dotnet restore test/msbuildlocaterrepro.net461/msbuildlocaterrepro.csproj - - cmd: msbuild test/msbuildlocaterrepro.net461/msbuildlocaterrepro.csproj - - ps: >- - $output= [string](test/msbuildlocaterrepro.net461/bin/Debug/net461/msbuildlocaterrepro.exe) - - Write-Host $output - - if ($output -eq "0"){ - - throw; - - } - ps: | if(-Not $env:APPVEYOR_PULL_REQUEST_TITLE) {