Skip to content

Commit 68f035a

Browse files
committed
Let's not use the appveyor real time console
1 parent becef64 commit 68f035a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2323
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"
2628
2729
notifications:
2830
- provider: Email

0 commit comments

Comments
 (0)