We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14396f commit 8c873bcCopy full SHA for 8c873bc
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
uses: actions/cache@v4
88
with:
89
path: '${{ github.workspace }}/.nuget/packages'
90
- key: "${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/Directory.Packages.support.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
+ key: "${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
91
restore-keys: |
92
${{ runner.os }}-nuget-
93
- name: 🔨 Use .NET Core 3.1 SDK
0 commit comments