diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f5a4e72..ca666bb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: dotnet-version: 8.0.x - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.3 + uses: microsoft/setup-msbuild@v3.0.0 - name: Build run: msbuild src -p:Configuration=Release -restore -m - name: Upload assets diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 396c520e..1e183e2f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: with: dotnet-version: 8.0.200 # Locked until VS/MSBuild is compatible with 8.0.300 - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.3 + uses: microsoft/setup-msbuild@v3.0.0 - name: Build run: msbuild src -p:Configuration=Release -restore -m - name: Setup Advanced Installer