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
<!-- In a vertical build, only build the MSIs for the current vertical in the first pass and build the hosting bundle in the second pass -->
257
+
<!--
258
+
In a vertical build, only build the MSIs for the current vertical that aren't used in the hosting bundle in the first pass
259
+
and build the hosting bundle and its dependencies in the second pass.
260
+
-->
258
261
<ItemGroupCondition="'$(DotNetBuild)' == 'true' and ('$(DotNetBuildPass)' == '' or '$(DotNetBuildPass)' == '1') and '$(_BuildWindowsInstallers)' == 'true'">
0 commit comments