Skip to content

Commit 903817d

Browse files
committed
comments
1 parent 7680116 commit 903817d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.yamato/project-builders/builder.metafile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
NetcodeProjects:
44
# Note that we are using internal Unity repo. This means that we may test with newest changes that are not yet released to our users (there are also public versions)
5-
# TODO: Why develop and not main?
5+
# Note that for BossRoom 'main' branch supports NGOv1.X and 'develop' branch supports NGOv2.X
66
BossRoom:
77
GithubRepo: "https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop.git"
88
branch: develop

Tools/CI/scripts/BuildAutomation/FileCopy.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Filename: Tools/CI/scripts/prepare_build_scripts.py
2-
3-
import os
1+
import os
42
import shutil
53
import sys
64

0 commit comments

Comments
 (0)