We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbbcdf commit 80ea307Copy full SHA for 80ea307
test.sh
@@ -62,7 +62,8 @@ if [[ x"$BUILD" == x"1" ]]; then
62
dotnet build --no-restore -c $CONFIGURATION $PUBLIC
63
fi
64
65
-dotnet test --no-build --no-restore -c $CONFIGURATION $PUBLIC --logger "trx;LogFileName=dotnet-test-result.trx" --logger "html;LogFileName=dotnet-test-result.html"
+dotnet test --no-build --no-restore -c $CONFIGURATION $PUBLIC --logger "trx;LogFileName=dotnet-test-result.trx"
66
+#dotnet test --no-build --no-restore -c $CONFIGURATION $PUBLIC --logger "trx;LogFileName=dotnet-test-result.trx" --logger "html;LogFileName=dotnet-test-result.html"
67
68
if [[ x"$UPM" == x"1" ]]; then
69
powershell scripts/Test-Upm.ps1 -UnityVersion $UNITYVERSION
0 commit comments