File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,10 @@ build_script:
2121- msbuild "C:\projects\libgit2sharp\LibGit2Sharp.sln" /verbosity:normal /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /property:ExtraDefine="LEAKS_IDENTIFYING"
2222
2323test_script :
24- - ' "C:\projects\libgit2sharp\packages\xunit.runners.2.0.0-beta5-build2785\tools\%xunit_runner%" "C:\projects\libgit2sharp\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll"'
25- - IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%
24+ - ps : >-
25+ [Environment]::SetEnvironmentVariable('APPVEYOR_API_URL', $null)
26+
27+ Invoke-Expression "C:\projects\libgit2sharp\packages\xunit.runners.2.0.0-beta5-build2785\tools\$Env:xunit_runner C:\projects\libgit2sharp\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll"
2628
2729notifications :
2830- provider : Email
You can’t perform that action at this time.
0 commit comments