Skip to content

Instantly share code, notes, and snippets.

@tomwis
Created February 4, 2018 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomwis/3a054e26d96127abe934c70f8f476763 to your computer and use it in GitHub Desktop.
Save tomwis/3a054e26d96127abe934c70f8f476763 to your computer and use it in GitHub Desktop.
#tool nuget:?package=NUnit.Runners&version=2.6.4
Task("tests")
.Does(() =>
{
NUnit("./TestsProjectFolder/bin/Release/TestsProject.dll");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment