Skip to content

Instantly share code, notes, and snippets.

@dimonovdd
Last active December 13, 2024 15:21
Show Gist options
  • Save dimonovdd/2e335798bb5a83e8d96cd1d20b30764f to your computer and use it in GitHub Desktop.
Save dimonovdd/2e335798bb5a83e8d96cd1d20b30764f to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e -x
mkdir test-tmp
cd test-tmp
dotnet new nunit
# dotnet test -v diag -fl -flp:logfile=test.log
dotnet test --property:VsTestUseMSBuildOutput=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment