dotnet build example ==================== Open CommandPrompt.bat Type: br Restore dependencies (execute this first) b Dev-build bw Watch dev-build bt <test> Run tests with filter Name~<test> btw <test> Watch run tests with filter Name~<test> bc Clean the build outputs
FlukeFan/DotnetBuildExample
Example build of .Net project, using the dotnet cli, NUnit, and OpenCover to build and test.
C#