Skip to content

Commit 903ba9d

Browse files
committed
build
1 parent 9e970b2 commit 903ba9d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/cache@v2
3232
id: cache
3333
with:
34-
path: ${{ github.workspace }}/.nuget/packages
34+
path: packages
3535
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
3636
restore-keys: |
3737
${{ runner.os }}-nuget-

NuGet.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)