Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df6f3e4

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ 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:
20+
- nuget restore "C:\projects\libgit2sharp\LibGit2Sharp.sln"
2021
- msbuild "C:\projects\libgit2sharp\LibGit2Sharp.sln" /verbosity:normal /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /property:ExtraDefine="LEAKS_IDENTIFYING"
2122

2223
test_script:
23-
- '%xunit_runner% "C:\projects\libgit2sharp\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll" /appveyor'
24+
- '"%xunit_runner%" "C:\projects\libgit2sharp\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll" /appveyor'
2425
- IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%
2526

2627
notifications:

0 commit comments

Comments
 (0)