mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-12 17:10:45 -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
|
||||
run: |
|
||||
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"
|
||||
tree /workspace/SPT-AKI/Build/modules/project/Build
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user