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 9e970b2 commit 903ba9dCopy full SHA for 903ba9d
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/cache@v2
32
id: cache
33
with:
34
- path: ${{ github.workspace }}/.nuget/packages
+ path: packages
35
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
36
restore-keys: |
37
${{ runner.os }}-nuget-
NuGet.config
@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<configuration>
3
+ <config>
4
+ <add key="repositoryPath" value="packages" />
5
+ </config>
6
+ </configuration>
0 commit comments