File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup Condition =" '$(PackAsTool)' == 'true' " >
3
3
<!-- Microsoft tool packages are required to target both x64 and x86. -->
4
- <PackAsToolShimRuntimeIdentifiers Condition =" '$(IsShippingPackage)' == 'true' AND '$(TargetOsName)' == 'win' " >win-x64;win-x86</PackAsToolShimRuntimeIdentifiers >
4
+ <!-- In VMR builds we only use the current RID. -->
5
+ <PackAsToolShimRuntimeIdentifiers Condition =" '$(IsShippingPackage)' == 'true' AND '$(DotNetBuild)' != 'true' " >win-x64;win-x86</PackAsToolShimRuntimeIdentifiers >
6
+ <PackAsToolShimRuntimeIdentifiers Condition =" '$(IsShippingPackage)' == 'true' AND '$(DotNetBuild)' == 'true' AND '$(TargetOsName)' == 'win' " >$(TargetRid)</PackAsToolShimRuntimeIdentifiers >
5
7
<!-- None of the tool projects are project reference providers. -->
6
8
<IsProjectReferenceProvider >false</IsProjectReferenceProvider >
7
9
<!--
You can’t perform that action at this time.
0 commit comments