Skip to content

Instantly share code, notes, and snippets.

@jonathanpeppers
Created April 1, 2015 20:40
Show Gist options
  • Save jonathanpeppers/681528c88bd6cc49805c to your computer and use it in GitHub Desktop.
Save jonathanpeppers/681528c88bd6cc49805c to your computer and use it in GitHub Desktop.
NUnit Tests/ Unity3D / FAKE build targets
Target "test" (fun () ->
Unity "-executeMethod UnityTest.Batch.RunUnitTests -resultFilePath TestResults.xml"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment