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 11<Project >
22 <PropertyGroup Condition =" '$(PackAsTool)' == 'true' " >
33 <!-- 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 >
57 <!-- None of the tool projects are project reference providers. -->
68 <IsProjectReferenceProvider >false</IsProjectReferenceProvider >
79 <!--
You can’t perform that action at this time.
0 commit comments