You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What does specifing --includeLocalPackagesBuildConfig do?
7
+
8
+
It produces a new LocalPackages config, which updates several package.json references to point to local files.
9
+
10
+
A single version is used for all LocalPackages, stored in [gitroot]\globalversion.txt. globalversion.txt is only created if "—includeLocalPackagesBuildConfig" is specified.
11
+
12
+
globalversion.txt (if present) is updated to avoid clashes with existing task versions. The global version specified is use for tasks generated under LocalPackages build.config. The version number is [major from task].[sprint].[patch]
13
+
14
+
This hybrid approach is transitionary. In the future, all build configs (including the default) will use the global version.
15
+
16
+
## sub-tree
17
+
18
+
Subtrees were added to pull in modules from other repos
0 commit comments