Skip to content

Commit af4449f

Browse files
Added nuget cache
1 parent f3b599f commit af4449f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ jobs:
3030

3131
- name: Setup NuGet
3232
uses: NuGet/setup-nuget@v1
33+
34+
- uses: actions/cache@v2
35+
name: Restore NuGet cache
36+
with:
37+
path: ~/.nuget/packages
38+
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
39+
restore-keys: |
40+
${{ runner.os }}-nuget-
3341
3442
- name: Restore NuGet packages
3543
run: nuget restore AutoStartConfirm.sln

0 commit comments

Comments
 (0)