Skip to content

Commit

Permalink
Add obj dirs to install-cache step in dotnet ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Sep 21, 2023
1 parent 8f5c28f commit ae8c071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
path: |
${{ github.workspace }}/.nuget/packages
**/project.assets.json
**/obj/
# Look to see if there is a cache hit for the corresponding requirements file
key: install-${{ hashFiles('**/*.csproj','**/project.assets.json') }}

Expand Down

0 comments on commit ae8c071

Please sign in to comment.