Skip to content

Commit

Permalink
Disable checks for installed .NET SDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
plave0 committed Oct 2, 2024
1 parent 99b793f commit 0aa3210
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- name: Check dotnet version
run: dotnet --version
- name: Check installed SDK versions
run: dotnet sdk check
- name: Build Everything
shell: powershell
run: ./build.ps1
Expand Down

0 comments on commit 0aa3210

Please sign in to comment.