diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 472a7126..ad7255fb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,10 +24,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.100 - - - name: Workaround for https://github.com/dotnet/core/issues/5881 - run: dotnet nuget locals all --clear + dotnet-version: 6.0.423 - name: Build WTG.Analyzers run: dotnet build src --configuration ${{ matrix.configuration }} @@ -54,10 +51,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.100 - - - name: Workaround for https://github.com/dotnet/core/issues/5881 - run: dotnet nuget locals all --clear + dotnet-version: 6.0.423 - name: Build NuGet Package run: dotnet pack src -p:CommitID=${{ github.sha }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 94210745..b2787f06 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,10 +26,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.100 - - - name: Workaround for https://github.com/dotnet/core/issues/5881 - run: dotnet nuget locals all --clear + dotnet-version: 6.0.423 - name: Create NuGet Packages run: dotnet pack src --configuration Release /p:CommitID=${{ github.sha }} /p:TagVersion=${{ steps.tag_name.outputs.result }}