diff --git a/.github/workflows/gate.yml b/.github/workflows/gate.yml index 2ff9f1bd..5a7441fa 100644 --- a/.github/workflows/gate.yml +++ b/.github/workflows/gate.yml @@ -29,7 +29,7 @@ jobs: - os: windows-latest framework: netcoreapp3.1 - coverage: true + coverage: false results: results3.trx artifact: test-results-win3 std: false @@ -38,7 +38,7 @@ jobs: - os: windows-latest framework: net6.0 - coverage: true + coverage: false results: results6.trx artifact: test-results-win6 std: true @@ -57,7 +57,7 @@ jobs: # macOS - os: macos-latest framework: net6.0 - coverage: true + coverage: false results: results.trx artifact: test-results-mac std: true @@ -67,7 +67,7 @@ jobs: # Linux - os: ubuntu-latest framework: net6.0 - coverage: true + coverage: false results: results.trx artifact: test-results-linux std: true diff --git a/BitFaster.Caching.UnitTests.Std/BitFaster.Caching.UnitTests.Std.csproj b/BitFaster.Caching.UnitTests.Std/BitFaster.Caching.UnitTests.Std.csproj index e232f5b4..396e8a4e 100644 --- a/BitFaster.Caching.UnitTests.Std/BitFaster.Caching.UnitTests.Std.csproj +++ b/BitFaster.Caching.UnitTests.Std/BitFaster.Caching.UnitTests.Std.csproj @@ -6,7 +6,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/BitFaster.Caching.UnitTests/BitFaster.Caching.UnitTests.csproj b/BitFaster.Caching.UnitTests/BitFaster.Caching.UnitTests.csproj index 6faddefe..0556c2de 100644 --- a/BitFaster.Caching.UnitTests/BitFaster.Caching.UnitTests.csproj +++ b/BitFaster.Caching.UnitTests/BitFaster.Caching.UnitTests.csproj @@ -7,7 +7,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive