Update AppVeyor config for NUnit 3.x
This follows the instructions at: https://www.appveyor.com/docs/running-tests#nunit-3-x and should enable reporting test results to AppVeyor, too.
This commit is contained in:
@@ -50,7 +50,7 @@ before_test:
|
|||||||
}
|
}
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- nunit-console-x86.exe OpenRA.Test.dll
|
- nunit3-console OpenRA.Test.dll --result=myresults.xml;format=AppVeyor
|
||||||
|
|
||||||
after_test:
|
after_test:
|
||||||
- choco install pandoc -y
|
- choco install pandoc -y
|
||||||
|
|||||||
Reference in New Issue
Block a user