mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-12 22:10:46 -05:00
Adds Release target to Modules build task
This commit is contained in:
parent
f5d36b5ae0
commit
43620c98ef
@ -311,7 +311,7 @@ jobs:
|
|||||||
- name: Build Modules
|
- name: Build Modules
|
||||||
run: |
|
run: |
|
||||||
cd /workspace/SPT-AKI/Build/modules/project
|
cd /workspace/SPT-AKI/Build/modules/project
|
||||||
dotnet build -p:Version=${{ needs.prepare.outputs.spt_version }}
|
dotnet build -c Release -p:Version=${{ needs.prepare.outputs.spt_version }}
|
||||||
printf "\nBuilt!\n\n"
|
printf "\nBuilt!\n\n"
|
||||||
tree /workspace/SPT-AKI/Build/modules/project/Build
|
tree /workspace/SPT-AKI/Build/modules/project/Build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user