From 8399ec721ea7d3fd8c182953e1459faab04178e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pi=C3=ABt=20Delport?= Date: Mon, 28 Dec 2015 16:49:38 +0200 Subject: [PATCH] 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. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9452f805ce..083f6b6494 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,7 +50,7 @@ before_test: } test_script: - - nunit-console-x86.exe OpenRA.Test.dll + - nunit3-console OpenRA.Test.dll --result=myresults.xml;format=AppVeyor after_test: - choco install pandoc -y