Skip to content

Instantly share code, notes, and snippets.

@FeodorFitsner
Last active December 1, 2015 01:16
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save FeodorFitsner/27ebfd99204f2d8e1cc4 to your computer and use it in GitHub Desktop.
Save FeodorFitsner/27ebfd99204f2d8e1cc4 to your computer and use it in GitHub Desktop.
Overriding NUnit runners with 3.0
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