Skip to content

Commit

Permalink
ci(bg3): separate restore from build
Browse files Browse the repository at this point in the history
  • Loading branch information
Herve-M committed Dec 26, 2023
1 parent ebc865b commit a4a42d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
with:
dotnet-version: '7.x'

- name: Restore
run: dotnet restore BG3ModManager.sln

- name: Build
run: dotnet build BG3ModManager.sln -c Publish --nologo --self-contained false
run: dotnet build BG3ModManager.sln -c Publish --no-restore --nologo --self-contained false

- name: Pack
run: |
Expand Down

0 comments on commit a4a42d4

Please sign in to comment.