Skip to content

Commit

Permalink
Block new buggy .NET SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman committed Feb 13, 2025
1 parent 3e63c4c commit 8d7b8af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
# Block buggy release from February 11, 2025
dotnet-version: |
8.0.x
9.0.x
8.0.309
9.0.103
- name: Show installed versions
shell: pwsh
run: |
Expand Down Expand Up @@ -163,9 +164,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
# Block buggy release from February 11, 2025
dotnet-version: |
8.0.x
9.0.x
8.0.309
9.0.103
- name: Git checkout
uses: actions/checkout@v4
- name: Restore tools
Expand Down Expand Up @@ -218,9 +220,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
# Block buggy release from February 11, 2025
dotnet-version: |
8.0.x
9.0.x
8.0.309
9.0.103
- name: Git checkout
uses: actions/checkout@v4
with:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
# Block buggy release from February 11, 2025
dotnet-version: |
8.0.x
9.0.x
8.0.309
9.0.103
- name: Git checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
Expand Down

0 comments on commit 8d7b8af

Please sign in to comment.