We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7487514 commit 44800efCopy full SHA for 44800ef
content/actions/automating-builds-and-tests/building-and-testing-net.md
@@ -157,7 +157,7 @@ steps:
157
with:
158
path: ~/.nuget/packages
159
# Look to see if there is a cache hit for the corresponding requirements file
160
- key: {% raw %}${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
+ key: {% raw %}${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
161
restore-keys: |
162
${{ runner.os }}-nuget{% endraw %}
163
- name: Install dependencies
0 commit comments