Skip to content

Commit

Permalink
Update build pipeline to include .NET 9 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
plave0 committed Oct 2, 2024
1 parent 53eaec3 commit 7fa418b
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 @@ -21,6 +21,10 @@ jobs:
TEST_RESULT_DIR: drop\testresults
steps:
- uses: actions/checkout@v1
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- name: Build Everything
shell: powershell
run: ./build.ps1
Expand Down

0 comments on commit 7fa418b

Please sign in to comment.