diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 28528c2..de24269 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -36,7 +36,7 @@ jobs: dotnet-version: '8.0.x' - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v1.0.1 + uses: microsoft/setup-msbuild@v2.0.0 - name: Restore project run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 92dfedd..8462cab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: dotnet-version: '8.0.x' - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v1.0.1 + uses: microsoft/setup-msbuild@v2.0.0 - name: Restore Project run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier