Skip to content

Commit

Permalink
Fix source-build leg (dotnet#105306)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored Jul 23, 2024
1 parent 0378936 commit 98b165d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libraries/oob.proj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

<ItemGroup Condition="'$(BuildTargetFramework)' != '$(NetCoreAppCurrent)' or '$(BuildTargetFramework)' == ''">
<ProjectReference Include="oob-all.proj" SkipGetTargetFrameworkProperties="true" />
<ProjectReference Include="oob-gen.proj" />
<!-- Skip building all source generators when building from source as that would bring new prebuilts in. -->
<ProjectReference Include="oob-gen.proj" Condition="'$(DotNetBuildSourceOnly)' != 'true'" />
</ItemGroup>

<!-- Support building reference projects only. -->
Expand Down

0 comments on commit 98b165d

Please sign in to comment.