Skip to content

Commit 46b723b

Browse files
Add SourceBuildManagedOnly to SourceBuild.props (#6507)
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.
1 parent 813f854 commit 46b723b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/SourceBuild.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<GitHubRepositoryName>msbuild</GitHubRepositoryName>
5+
<SourceBuildManagedOnly>true</SourceBuildManagedOnly>
56
</PropertyGroup>
67

78
<Target Name="ConfigureInnerBuildArgs" BeforeTargets="GetSourceBuildCommandConfiguration">

0 commit comments

Comments
 (0)