Skip to content

Commit

Permalink
CI samples build.
Browse files Browse the repository at this point in the history
  • Loading branch information
chullybun committed Oct 26, 2023
1 parent 070c277 commit f019f18
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
6.0.x
7.0.x
- name: Restore 'Tools'' dependencies
- name: Restore 'Tools' dependencies
run: |
dotnet restore ./tools/Beef.CodeGen.Core
dotnet restore ./tools/Beef.Database.Core
Expand All @@ -40,3 +40,17 @@ jobs:
dotnet build ./tools/Beef.Database.SqlServer --no-restore
dotnet build ./tools/Beef.Database.MySql --no-restore
dotnet build ./tools/Beef.Test.NUnit --no-restore
- name: Restore 'Samples' dependencies
run: |
dotnet restore ./samples/Beef.Demo
dotnet restore ./samples/Cdr.Banking
dotnet restore ./samples/My.Hr
dotnet restore ./samples/MyEf.Hr
- name: Build 'Samples' projects
run: |
dotnet build ./samples/Beef.Demo --no-restore
dotnet build ./samples/Cdr.Banking --no-restore
dotnet build ./samples/My.Hr --no-restore
dotnet build ./samples/MyEf.Hr --no-restore

0 comments on commit f019f18

Please sign in to comment.