Skip to content

Commit

Permalink
Added addition checks to build.yml pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
plave0 committed Oct 2, 2024
1 parent 7fa418b commit 292a766
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ 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 292a766

Please sign in to comment.