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 26977fc commit 3a06e93Copy full SHA for 3a06e93
1 file changed
.github/workflows/build-and-test.yml
@@ -26,8 +26,8 @@ jobs:
26
# Running ZAP for security scans in Docker under GHA Windows runners won't work since such virtualization is not
27
# supported by GHA.
28
test-filter: "FullyQualifiedName!~SecurityScanningTests"
29
- # The Windows runner doesn't have the same available .NET versions.
30
- dotnet-version: 10.0.2
+ # We already do this on Linux.
+ verify-dotnet-consolidation: false
31
32
codespell:
33
name: Codespell
0 commit comments