From 14ef9e8830776e328a225af2716f7451d32fd2b3 Mon Sep 17 00:00:00 2001 From: Gerrit Edzards Date: Tue, 27 Aug 2024 15:06:59 +0200 Subject: [PATCH] Update msbuild action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12c040f..64035ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: shell: powershell run: powershell -file .\$GITHUB_WORKSPACE\Set-Version.ps1 - name: Add MSBuild to the PATH - uses: microsoft/setup-msbuild@v1 + uses: microsoft/setup-msbuild@v2 - name: Restore the application run: msbuild $env:solution /m /t:Restore /p:Configuration=$env:configuration - name: Build solution