Skip to content

Commit

Permalink
Disable NuGet package caching
Browse files Browse the repository at this point in the history
Contributes to #1154.
  • Loading branch information
martincostello authored Apr 25, 2023
1 parent a1ef1bb commit 60c9263
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3

- name: Setup NuGet cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props') }}
restore-keys: ${{ runner.os }}-nuget-
#- name: Setup NuGet cache
# uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
# with:
# path: ~/.nuget/packages
# key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props') }}
# restore-keys: ${{ runner.os }}-nuget-

- name: Build, Test and Package
shell: pwsh
Expand Down

0 comments on commit 60c9263

Please sign in to comment.