File tree 3 files changed +10
-1
lines changed 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 498
498
<PropertyGroup >
499
499
<CustomBeforeNoTargets >$(RepositoryEngineeringDir)NoTargetsSdk.BeforeTargets.targets</CustomBeforeNoTargets >
500
500
<CustomAfterTraversalTargets >$(RepositoryEngineeringDir)TraversalSdk.AfterTargets.targets</CustomAfterTraversalTargets >
501
+ <AfterMicrosoftNetSdkProps >$(AfterMicrosoftNetSdkProps);$(RepositoryEngineeringDir)NetSdk.AfterProps.props</AfterMicrosoftNetSdkProps >
501
502
</PropertyGroup >
502
503
503
504
<PropertyGroup >
Original file line number Diff line number Diff line change
1
+ <Project >
2
+ <!--
3
+ Set properties based on the SDK's RID here. Setting the properties here will ensure they're available during property evaulation in project files
4
+ and during item evaluation everywhere.
5
+ -->
6
+ <PropertyGroup >
7
+ <BuildHostTools Condition =" '$(DotNetBuildOrchestrator)' == 'true' and '$(OutputRID)' != '$(NETCoreSdkRuntimeIdentifier)'" >true</BuildHostTools >
8
+ </PropertyGroup >
9
+ </Project >
Original file line number Diff line number Diff line change 576
576
<_BuildNativeAOTRuntimePack Condition =" '$(BuildNativeAOTRuntimePack)' == 'true'" >true</_BuildNativeAOTRuntimePack >
577
577
<_BuildHostPack Condition =" '$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)' and '$(TargetsMobile)' != 'true' and '$(BuildNativeAOTRuntimePack)' != 'true'" >true</_BuildHostPack >
578
578
<_BuildBundle Condition =" '$(BuildNativeAOTRuntimePack)' != 'true' and '$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)' and '$(TargetsMobile)' != 'true'" >true</_BuildBundle >
579
- <BuildHostTools Condition =" '$(DotNetBuildOrchestrator)' == 'true' and '$(OutputRID)' != '$(NETCoreSdkRuntimeIdentifier)'" >true</BuildHostTools >
580
579
</PropertyGroup >
581
580
582
581
<PropertyGroup Condition =" '$(DotNetBuildAllRuntimePacks)' == 'true' and '$(DotNetBuildSourceOnly)' != 'true'" >
You can’t perform that action at this time.
0 commit comments