We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0378936 commit 98b165dCopy full SHA for 98b165d
src/libraries/oob.proj
@@ -18,7 +18,8 @@
18
19
<ItemGroup Condition="'$(BuildTargetFramework)' != '$(NetCoreAppCurrent)' or '$(BuildTargetFramework)' == ''">
20
<ProjectReference Include="oob-all.proj" SkipGetTargetFrameworkProperties="true" />
21
- <ProjectReference Include="oob-gen.proj" />
+ <!-- Skip building all source generators when building from source as that would bring new prebuilts in. -->
22
+ <ProjectReference Include="oob-gen.proj" Condition="'$(DotNetBuildSourceOnly)' != 'true'" />
23
</ItemGroup>
24
25
<!-- Support building reference projects only. -->
0 commit comments