File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
src/Installer/redist-installer Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1919 <ItemGroup >
2020 <ProjectReference Include =" ..\..\Layout\redist\redist.csproj" ReferenceOutputAssembly =" false" />
2121 <ProjectReference Include =" $(RepoRoot)template_feed\*\*.csproj" ReferenceOutputAssembly =" false" />
22- </ItemGroup >
23-
24- <!-- For product build, this only builds in the second build pass as it depends on SdkResolver
25- which need assets from other verticals that are built in the first build pass. -->
26- <ItemGroup Condition =" '$(DotNetBuild)' != 'true' or '$(ExcludeFromDotNetBuild)' != 'true'" >
27- <ProjectReference Include =" projects\SdkResolver.csproj" ReferenceOutputAssembly =" false" />
22+ <ProjectReference Include =" projects\SdkResolver.csproj" ReferenceOutputAssembly =" false" Condition =" '$(DotNetBuild)' != 'true'" />
2823 </ItemGroup >
2924
3025 <ItemGroup >
You can’t perform that action at this time.
0 commit comments