Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vicancy authored May 9, 2018
1 parent 999c573 commit bb2dcc8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit bb2dcc8

Please sign in to comment.