Skip to content

Instantly share code, notes, and snippets.

@jonathanpeppers
Created March 2, 2015 20:57
Show Gist options
  • Save jonathanpeppers/59ff555c7fbe98611d48 to your computer and use it in GitHub Desktop.
Save jonathanpeppers/59ff555c7fbe98611d48 to your computer and use it in GitHub Desktop.
NUnit helper for FAKE
let RunNUnitTests dllPath =
Exec ".nuget/NuGet.exe" "install NUnit.Runners"
!! dllPath |> NUnit (fun p -> p)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment