Skip to content

Commit

Permalink
Specify NuGet package directory
Browse files Browse the repository at this point in the history
  • Loading branch information
asbjornu committed Jun 25, 2020
1 parent 84fcb9e commit b229e97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
dotnet-version: 2.1.401

- uses: actions/cache@v2
env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down

0 comments on commit b229e97

Please sign in to comment.