Skip to content

Commit

Permalink
try caching again
Browse files Browse the repository at this point in the history
  • Loading branch information
clipperhouse committed Jul 19, 2024
1 parent cb06d1b commit 7c33e76
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
dotnet-version: '8.x'
cache: true
cache-dependency-path: '**/packages.lock.json'

- name: Install dependencies
run: dotnet restore
Expand Down
1 change: 1 addition & 0 deletions Split/Split.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@

<PropertyGroup>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
</Project>
6 changes: 6 additions & 0 deletions Split/packages.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": 1,
"dependencies": {
"net8.0": {}
}
}
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"sdk": {
"version": "8.0.300"
}
}
}

0 comments on commit 7c33e76

Please sign in to comment.