Skip to content

Commit 3c62bc6

Browse files
committed
metafile with projects configurations
1 parent 3da80e7 commit 3c62bc6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# https://internaldocs.unity.com/yamato_continuous_integration/usage/templating/
2+
3+
NetcodeProjects:
4+
# 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+
BossRoom:
6+
GithubRepo: "https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop.git"
7+
branch: main
8+
manifestPath: Packages/manifest.json
9+
projectPath: '.'
10+
Asteroids:
11+
GithubRepo: "https://github.cds.internal.unity3d.com/unity/Asteroids-CMB-NGO-Sample.git"
12+
branch: main
13+
manifestPath: Packages/manifest.json
14+
projectPath: '.'
15+
SocialHub:
16+
GithubRepo: "https://github.com/Unity-Technologies/com.unity.multiplayer.samples.bitesize.git"
17+
branch: main
18+
manifestPath: Basic/DistributedAuthoritySocialHub/Packages/manifest.json
19+
projectPath: 'Basic/DistributedAuthoritySocialHub'

0 commit comments

Comments
 (0)