Skip to content

Commit 9fb4731

Browse files
GitHub Action - CI/CD Updates - Bad path for deployment lock file
- Modified `.github/workflows/deploy.yml`: Added `cache-dependency-path: EntityFrameworkCore.Sqlite.Concurrency/packages.lock.json` to the `Setup .NET` step. - Modified `.github/workflows/ci.yml`: Added `cache-dependency-path: EntityFrameworkCore.Sqlite.Concurrency/packages.lock.json` to the `Setup .NET` step.
1 parent fcc3795 commit 9fb4731

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
dotnet-version: '10.0.x'
2222
cache: true
23+
cache-dependency-path: EntityFrameworkCore.Sqlite.Concurrency/packages.lock.json
2324

2425
- name: Restore dependencies
2526
run: dotnet restore EntityFrameworkCore.Sqlite.Concurrency/EFCore.Sqlite.Concurrency.csproj

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
dotnet-version: '10.0.x'
3333
cache: true
34+
cache-dependency-path: EntityFrameworkCore.Sqlite.Concurrency/packages.lock.json
3435

3536
- name: Get Version
3637
id: get_version

0 commit comments

Comments
 (0)