diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 83e0d76..6819e67 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -33,7 +33,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 9f66ab8..3371dca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,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