Skip to content

Commit 9d9bf10

Browse files
committed
fixup! Migrate tests to Xunit.Net 2.0
1 parent 8bd801a commit 9d9bf10

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
@@ -21,7 +21,7 @@ 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"
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"'
2525
- IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%
2626

2727
notifications:

0 commit comments

Comments
 (0)