0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 07:50:48 -05:00

Add build step for Launcher project

This commit is contained in:
Refringe 2024-03-04 22:24:35 -05:00
parent 83e5a2ba2d
commit 22545f26e6
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -223,3 +223,11 @@ jobs:
run: | run: |
rm -rf /workspace/refringe/Build/launcher rm -rf /workspace/refringe/Build/launcher
git clone https://dev.sp-tarkov.com/SPT-AKI/Launcher.git --branch 3.8.0-BE-Test --depth 1 /workspace/refringe/Build/launcher git clone https://dev.sp-tarkov.com/SPT-AKI/Launcher.git --branch 3.8.0-BE-Test --depth 1 /workspace/refringe/Build/launcher
- name: Build Launcher
run: |
cd /workspace/refringe/Build/launcher/project
dotnet build
printf "\nBuilt!\n\n"
tree /workspace/refringe/Build/launcher/project
shell: bash