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 aefe441 commit fd82a56Copy full SHA for fd82a56
.github/workflows/continuous-integration.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: 💾 Retrieve cached NuGet packages
36
uses: actions/cache@v4
37
with:
38
- path: ~/.nuget/packages
+ path: ${{ env.NUGET_PACKAGES || '~/.nuget/packages' }}
39
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
40
restore-keys: |
41
${{ runner.os }}-nuget-
0 commit comments