From 7fa418b8be2cef53e643d38295c725714ed71ad5 Mon Sep 17 00:00:00 2001 From: Pavle Ciric Date: Wed, 2 Oct 2024 11:33:54 +0200 Subject: [PATCH] Update build pipeline to include .NET 9 SDK --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f3f584b..f6de089c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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