Skip to content

Commit efd63cd

Browse files
committed
fixup! Migrate tests to Xunit.Net 2.0
1 parent f2fb6e5 commit efd63cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

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

1212
environment:
1313
matrix:
14-
- xunit_runner: %xunit20%\xunit.console.exe
14+
- xunit_runner: xunit.console.exe
1515
Arch: 64
16-
- xunit_runner: %xunit20%\xunit.console.x86.exe
16+
- xunit_runner: unit.console.x86.exe
1717
Arch: 32
1818

1919
build_script:

0 commit comments

Comments
 (0)