Skip to content

Commit 6fd8cee

Browse files
committed
fixup! Let's not use the appveyor real time console
1 parent efd63cd commit 6fd8cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test_script:
2424
- ps: >-
2525
[Environment]::SetEnvironmentVariable('APPVEYOR_API_URL', $null)
2626
27-
Invoke-Expression "$Env:xunit_runner C:\projects\libgit2sharp\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll"
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"
2828
2929
notifications:
3030
- provider: Email

0 commit comments

Comments
 (0)