Skip to content

Instantly share code, notes, and snippets.

@kerko
Forked from FeodorFitsner/nunit3-runners.cmd
Created November 16, 2015 22:30
Show Gist options
  • Select an option

  • Save kerko/942951bc443fe5eb2367 to your computer and use it in GitHub Desktop.

Select an option

Save kerko/942951bc443fe5eb2367 to your computer and use it in GitHub Desktop.
Overriding NUnit runners with 3.0
appveyor DownloadFile https://github.com/nunit/nunit/releases/download/3.0.0/NUnit-3.0.0.zip
7z x -oC:\Tools\NUnit3 NUnit-3.0.0.zip > NUL
set PATH=C:\Tools\NUnit3\bin;%PATH%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment