Skip to content

Instantly share code, notes, and snippets.

@jeremymeng
Created November 17, 2015 01:28
Show Gist options
  • Save jeremymeng/06e881f9981acbd8b504 to your computer and use it in GitHub Desktop.
Save jeremymeng/06e881f9981acbd8b504 to your computer and use it in GitHub Desktop.
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
copy C:\Tools\NUnit3\bin\nunit3-console.exe C:\Tools\NUnit3\bin\nunit-console.exe
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