Skip to content

Commit

Permalink
no cache and use global.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 8, 2024
1 parent 623cf71 commit f8df726
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.x.x
- uses: actions/cache@v4
id: cache
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
global-json-file: global.json
- name: Restore projects
run: dotnet restore DUI3-DX.slnf --locked-mode
- name: Build
Expand Down

0 comments on commit f8df726

Please sign in to comment.