We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fcb9e commit b229e97Copy full SHA for b229e97
.github/workflows/dotnet.yml
@@ -37,6 +37,8 @@ jobs:
37
dotnet-version: 2.1.401
38
39
- uses: actions/cache@v2
40
+ env:
41
+ NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
42
with:
43
path: ~/.nuget/packages
44
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
0 commit comments