Skip to content

Commit

Permalink
Added nuget cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGalla committed Oct 15, 2021
1 parent f3b599f commit af4449f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:

- name: Setup NuGet
uses: NuGet/setup-nuget@v1

- uses: actions/cache@v2
name: Restore NuGet cache
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget-
- name: Restore NuGet packages
run: nuget restore AutoStartConfirm.sln
Expand Down

0 comments on commit af4449f

Please sign in to comment.