Skip to content

Commit 68560fd

Browse files
committed
fixup! Migrate tests to Xunit.Net 2.0
1 parent f7537cb commit 68560fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ clone_folder: C:\projects\libgit2sharp
1111

1212
environment:
1313
matrix:
14-
- xunit_runner: xunit.console.clr4.exe
14+
- xunit_runner: C:\projects\libgit2sharp\packages\xunit.runners.2.0.0-beta5-build2785\tools\xunit.console.exe
1515
Arch: 64
16-
- xunit_runner: xunit.console.clr4.x86.exe
16+
- xunit_runner: C:\projects\libgit2sharp\packages\xunit.runners.2.0.0-beta5-build2785\tools\xunit.console.x86.exe
1717
Arch: 32
1818

1919
build_script:
2020
- msbuild "C:\projects\libgit2sharp\LibGit2Sharp.sln" /verbosity:normal /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /property:ExtraDefine="LEAKS_IDENTIFYING"
2121

2222
test_script:
23-
- '%xunit_runner% "C:\projects\libgit2sharp\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll" /appveyor'
23+
- '"%xunit_runner%" "C:\projects\libgit2sharp\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll" /appveyor'
2424
- IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%
2525

2626
notifications:

0 commit comments

Comments
 (0)