Skip to content

Commit 80ea307

Browse files
committed
Disable the html test logger for now, it's not available in dotnet < 3
1 parent 0fbbcdf commit 80ea307

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ if [[ x"$BUILD" == x"1" ]]; then
6262
dotnet build --no-restore -c $CONFIGURATION $PUBLIC
6363
fi
6464

65-
dotnet test --no-build --no-restore -c $CONFIGURATION $PUBLIC --logger "trx;LogFileName=dotnet-test-result.trx" --logger "html;LogFileName=dotnet-test-result.html"
65+
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"
6667

6768
if [[ x"$UPM" == x"1" ]]; then
6869
powershell scripts/Test-Upm.ps1 -UnityVersion $UNITYVERSION

0 commit comments

Comments
 (0)