File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,10 @@ build_script:
21
21
- msbuild "C:\projects\libgit2sharp\LibGit2Sharp.sln" /verbosity:normal /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /property:ExtraDefine="LEAKS_IDENTIFYING"
22
22
23
23
test_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"
26
28
27
29
notifications :
28
30
- provider : Email
You can’t perform that action at this time.
0 commit comments