Skip to content

Commit 971d4ff

Browse files
committed
corrected build logging
1 parent 9a69a78 commit 971d4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/project-builders/project-builders.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build_{{ netcodeProject[0] }}_project:
3434
commands:
3535
# Validate inputs passed via Yamato variables
3636
- python Tools/scripts/BuildAutomation/validate_params.py
37-
- echo Building {{ netcodeProject[0] }} project from branch {{ netcodeProject[1].defaultBranch }} with Unity version of %UNITY_VERSION%, Scripting backend %SCRIPTING_BACKEND_IL2CPP_MONO%, Burst %BURST_ON_OFF% for platform %PLATFORM_WIN64_MAC_ANDROID%
37+
- echo Building {{ netcodeProject[0] }} project from branch %SAMPLE_BRANCH% with Unity version of %UNITY_VERSION%, Scripting backend %SCRIPTING_BACKEND_IL2CPP_MONO%, Burst %BURST_ON_OFF% for platform %PLATFORM_WIN64_MAC_ANDROID%
3838

3939
# Clone the external project repository into a specific directory. Notice that branch is also specified.
4040
- git clone --single-branch --branch %SAMPLE_BRANCH% {{ netcodeProject[1].GithubRepo }} C:/ClonedProject

0 commit comments

Comments
 (0)