diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bde71eba6..7cef89885 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -155,11 +155,6 @@ jobs: fetch-depth: 0 - name: Setup .NET uses: actions/setup-dotnet@v4 - with: - dotnet-version: | - 6.0.x - 7.0.x - 8.0.x - name: Setup MSBuild uses: microsoft/setup-msbuild@v2 - name: Setup VSTest @@ -205,6 +200,8 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 + - name: Setup .NET + uses: actions/setup-dotnet@v4 - name: Download code coverage files (MacOS) uses: actions/download-artifact@v3 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a7fc1537..b2c84d516 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,11 +118,6 @@ jobs: fetch-depth: 0 - name: Setup .NET uses: actions/setup-dotnet@v4 - with: - dotnet-version: | - 6.0.x - 7.0.x - 8.0.x - name: Setup MSBuild uses: microsoft/setup-msbuild@v2 - name: Setup VSTest