Skip to content

Commit 32aa987

Browse files
committed
remove caching
1 parent cee3a9c commit 32aa987

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ jobs:
1818
- uses: actions/setup-dotnet@v4
1919
with:
2020
dotnet-version: 8.0.x
21-
cache: true
22-
- name: NuGet Caching
23-
uses: actions/cache@v3
24-
with:
25-
path: ~/.nuget/packages
26-
key: ${{ runner.os }}-nuget-${{ hashFiles('packages.lock.json', '*/packages.lock.json') }}
27-
restore-keys: |
28-
${{ runner.os }}-nuget-
2921
- run: dotnet run --project build/build.csproj
3022
- uses: actions/upload-artifact@v4
3123
with:

0 commit comments

Comments
 (0)