fix cache key

This commit is contained in:
Hongtao Zhang 2024-03-26 14:58:52 -05:00
parent c4e38b1daa
commit a7c22270cb

View file

@ -39,7 +39,7 @@ jobs:
path: |
~/.nuget/packages
!~/.nuget/packages/microsoft.netcore.app.*
key: ${{ runner.os }}-nuget-${{ hashFiles('**/csproj') }}
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
restore-keys: |
${{ runner.os }}-nuget-
- uses: actions/checkout@v4