Skip to content

Commit

Permalink
tweak cached items
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Oct 20, 2022
1 parent f9ac261 commit 7129dfc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ jobs:
with:
path: |
~/.nuget/packages
**/obj/project.assets.json
**/obj/project.nuget.cache
**/*.csproj.nuget.g.targets
**/packages.lock.json
**/obj/project.*
**/obj/*.csproj.nuget.*
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json', '**/Dependencies.props', '**/Dependencies.AspNetCore.props', '**/Directory.Packages.props') }}
restore-keys: |
${{ runner.os }}-nuget-
Expand Down

0 comments on commit 7129dfc

Please sign in to comment.