Skip to content

Commit 3a06e93

Browse files
committed
Disable Windows consolidation.
1 parent 26977fc commit 3a06e93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
# Running ZAP for security scans in Docker under GHA Windows runners won't work since such virtualization is not
2727
# supported by GHA.
2828
test-filter: "FullyQualifiedName!~SecurityScanningTests"
29-
# The Windows runner doesn't have the same available .NET versions.
30-
dotnet-version: 10.0.2
29+
# We already do this on Linux.
30+
verify-dotnet-consolidation: false
3131

3232
codespell:
3333
name: Codespell

0 commit comments

Comments
 (0)