Last active
December 1, 2015 01:16
-
-
Save FeodorFitsner/27ebfd99204f2d8e1cc4 to your computer and use it in GitHub Desktop.
Overriding NUnit runners with 3.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set NUNIT3_HOME=C:\Tools\NUnit3 | |
appveyor DownloadFile https://github.com/nunit/nunit/releases/download/3.0.0-beta-3/nunit-3.0.0-beta-3.zip | |
7z x -o%NUNIT3_HOME% nunit-3.0.0-beta-3.zip > NUL | |
move %NUNIT3_HOME%\bin\nunit3-console.exe %NUNIT3_HOME%\bin\nunit-console.exe | |
set PATH=%NUNIT3_HOME%\bin;%PATH% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment