Skip to content

Commit b229e97

Browse files
committed
Specify NuGet package directory
1 parent 84fcb9e commit b229e97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
dotnet-version: 2.1.401
3838

3939
- uses: actions/cache@v2
40+
env:
41+
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
4042
with:
4143
path: ~/.nuget/packages
4244
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)