Skip to content

Commit 828a897

Browse files
CI/CD updates
1 parent e5ddde6 commit 828a897

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
cache: true
2323

2424
- name: Restore dependencies
25-
run: dotnet restore EntityFrameworkCore.Sqlite.Concurrency.sln
25+
run: dotnet restore EntityFrameworkCore.Sqlite.Concurrency/EFCore.Sqlite.Concurrency.csproj
2626

2727
- name: Build
28-
run: dotnet build --configuration Release --no-restore
28+
run: dotnet build EntityFrameworkCore.Sqlite.Concurrency/EFCore.Sqlite.Concurrency.csproj -c Release --no-restore
29+
30+
- name: Pack
31+
run: dotnet pack EntityFrameworkCore.Sqlite.Concurrency/EFCore.Sqlite.Concurrency.csproj -c Release --no-build -o out

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fi
4747
4848
- name: Restore dependencies
49-
run: dotnet restore EntityFrameworkCore.Sqlite.Concurrency.sln
49+
run: dotnet restore EntityFrameworkCore.Sqlite.Concurrency/EFCore.Sqlite.Concurrency.csproj
5050

5151
- name: Build
5252
run: dotnet build EntityFrameworkCore.Sqlite.Concurrency/EFCore.Sqlite.Concurrency.csproj -c Release --no-restore

0 commit comments

Comments
 (0)