Skip to content

Commit 233c07a

Browse files
authored
fix source-build leg
1 parent 65fa963 commit 233c07a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Installer/redist-installer/redist-installer.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@
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>

0 commit comments

Comments
 (0)