Skip to content

Commit

Permalink
Simplify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Aug 8, 2023
1 parent 941133e commit c2c49e0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,11 @@ jobs:
- name: Publish DB
run: dotnet sqlpackage /Action:Publish /SourceFile:"src/TestDb/bin/Release/TestDb.dacpac" /TargetConnectionString:"$connectionString"

- name: Restore generator
run: dotnet restore src/Facil.Generator

- name: Build generator
run: dotnet build src/Facil.Generator -c Release --no-restore

- name: Restore package project
run: dotnet restore src/Facil.Package
run: dotnet build src/Facil.Generator -c Release

- name: Build package project
run: dotnet build src/Facil.Package -c Release --no-restore
run: dotnet build src/Facil.Package -c Release

# Pack in a separate step (fails for some reason with "empty lib/" error if using <GeneratePackageOnBuild>)
- name: Pack
Expand Down

0 comments on commit c2c49e0

Please sign in to comment.