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