We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd63cd commit 6fd8ceeCopy full SHA for 6fd8cee
appveyor.yml
@@ -24,7 +24,7 @@ test_script:
24
- ps: >-
25
[Environment]::SetEnvironmentVariable('APPVEYOR_API_URL', $null)
26
27
- Invoke-Expression "$Env:xunit_runner C:\projects\libgit2sharp\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll"
+ 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"
28
29
notifications:
30
- provider: Email
0 commit comments