Last active
December 13, 2024 15:21
-
-
Save dimonovdd/2e335798bb5a83e8d96cd1d20b30764f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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