Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion eng/Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
<ProjectToBuild Include="$(RepoRoot)source-build.slnf" />
</ItemGroup>

<!-- For product build, build MSBuildExtensions and VSTemplateLocator in the second build pass on win-x64 as
<!-- For product build, build MSBuildExtensions, TemplateLocator, and VSTemplateLocator in the second build pass on win-x64 as
they depend on assets from other verticals that are built in the first build pass. -->
<ItemGroup Condition="'$(DotNetBuildPass)' == '2' and
'$(TargetOS)' == 'windows' and
'$(TargetArchitecture)' == 'x64' and
'$(BuildWorkloads)' != 'true'">
<ProjectToBuild Include="$(RepoRoot)src\Layout\VS.Redist.Common.Net.Core.SDK.MSBuildExtensions\VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.proj" DotNetBuildPass="2" />
<ProjectToBuild Include="$(RepoRoot)src\Microsoft.DotNet.TemplateLocator\Microsoft.DotNet.TemplateLocator.csproj" DotNetBuildPass="2" />
<ProjectToBuild Include="$(RepoRoot)src\Layout\VS.Redist.Common.Net.Core.SDK.VSTemplateLocator\VS.Redist.Common.Net.Core.SDK.VSTemplateLocator.proj" DotNetBuildPass="2" />
</ItemGroup>

Expand Down
Loading