Skip to content

Commit

Permalink
Build content pipeline first
Browse files Browse the repository at this point in the history
  • Loading branch information
IrishBruse committed Jul 7, 2024
1 parent 4f4b284 commit df28dd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install tools
run: dotnet tool restore

- name: Build ContentPipeline
run: dotnet build --configuration Release --no-restore ${{github.workspace}}/LDtk.ContentPipeline/LDtk.ContentPipeline.csproj

- name: Build
run: dotnet build --configuration Release --no-restore

Expand Down

0 comments on commit df28dd5

Please sign in to comment.