Skip to content

Commit d3b9712

Browse files
committed
Use NUnit 3 on AppVeyor
1 parent 56f4776 commit d3b9712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ build:
88
project: build.proj
99
verbosity: normal
1010
test_script:
11-
- nunit-console.exe bin\ReleaseTests\React.Tests\React.Tests.dll
11+
- nunit3-console.exe bin\ReleaseTests\React.Tests\React.Tests.dll
1212
artifacts:
13-
- path: output\*.nupkg
13+
- path: output\*.nupkg

0 commit comments

Comments
 (0)