Skip to content

Commit b0e504b

Browse files
committed
.github/workflows/Generate-TestWorflows.ps1: Removed cache step, but keep restore separate to determine how much time restore vs build takes
1 parent ff44bbf commit b0e504b

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/Generate-TestWorkflows.ps1

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -295,16 +295,6 @@ jobs:
295295
with:
296296
dotnet-version: '$DotNet9SDKVersion'
297297
298-
- name: Cache NuGet Packages
299-
uses: actions/cache@v3
300-
id: lucene-nuget-cache
301-
with:
302-
path: |
303-
~/.nuget/packages
304-
key: `${{ runner.os }}-nuget-`${{ hashFiles('**/packages.lock.json') }}
305-
restore-keys: |
306-
`${{ runner.os }}-nuget-lucene
307-
308298
- name: Restore dependencies
309299
run: dotnet restore
310300

0 commit comments

Comments
 (0)