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
Write-Warning"No default group of projects was specified, so building the 'managed' subset of projects. Run ``build.cmd -help`` for more details."
245
+
Write-Warning"No default group of projects was specified, so building the 'managed' and 'native' subsets of projects. Run ``build.cmd -help`` for more details."
246
246
247
247
# This goal of this is to pick a sensible default for `build.cmd` with zero arguments.
248
-
#We believe the most common thing our contributors will work on is C#, so if no other build group was picked, build the C# projects.
248
+
#Now that we support subfolder invokations of build.cmd, we will be pushing to have build.cmd build everything (-all) by default
0 commit comments