diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 01b77db8..54f6dfbc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -124,7 +124,7 @@ jobs: # Run all tests - run: dotnet test --no-restore --no-build -c Release -- xUnit.AppDomain=denied if: matrix.os == 'ubuntu-latest' - - run: dotnet test --no-restore --no-build -c Release --filter Category!=PublicApi -- xUnit.AppDomain=denied + - run: dotnet test --no-restore --no-build -c Release -v normal --filter Category!=PublicApi -- xUnit.AppDomain=denied xUnit.InternalDiagnosticMessages=true if: matrix.os != 'ubuntu-latest' pack: diff --git a/test/Directory.Build.targets b/test/Directory.Build.targets index 031f7f42..c6b5ed2c 100644 --- a/test/Directory.Build.targets +++ b/test/Directory.Build.targets @@ -25,7 +25,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive