Skip to content

Commit

Permalink
Remove old CI workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakov-h committed Jul 1, 2024
1 parent 02fccc9 commit 27ec8a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
with:
dotnet-version: 6.0.100

- name: Workaround for https://github.com/dotnet/core/issues/5881
run: dotnet nuget locals all --clear

- name: Build WTG.Analyzers
run: dotnet build src --configuration ${{ matrix.configuration }}

Expand Down Expand Up @@ -56,9 +53,6 @@ jobs:
with:
dotnet-version: 6.0.100

- name: Workaround for https://github.com/dotnet/core/issues/5881
run: dotnet nuget locals all --clear

- name: Build NuGet Package
run: dotnet pack src -p:CommitID=${{ github.sha }}

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
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

- name: Create NuGet Packages
run: dotnet pack src --configuration Release /p:CommitID=${{ github.sha }} /p:TagVersion=${{ steps.tag_name.outputs.result }}
Expand Down

0 comments on commit 27ec8a3

Please sign in to comment.