Skip to content

Commit

Permalink
Add SourceBuildManagedOnly to SourceBuild.props (#6507)
Browse files Browse the repository at this point in the history
Fixes dotnet/source-build#2068

Context
This was something I discovered while trying to consume the Source-Build intermediate package produced by the first ArPow changes made in #6387

Changes Made
Set the SourceBuildManagedOnly property correctly.

How Tested
Verified the resulting Microsoft.SourceBuild.Intermediate.msbuild package is not named rid specific.
  • Loading branch information
MichaelSimons committed Jun 2, 2021
1 parent 813f854 commit 46b723b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/SourceBuild.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<GitHubRepositoryName>msbuild</GitHubRepositoryName>
<SourceBuildManagedOnly>true</SourceBuildManagedOnly>
</PropertyGroup>

<Target Name="ConfigureInnerBuildArgs" BeforeTargets="GetSourceBuildCommandConfiguration">
Expand Down

0 comments on commit 46b723b

Please sign in to comment.