summaryrefslogtreecommitdiff
path: root/dir.common.props
diff options
context:
space:
mode:
authorElinor Fung <47805090+elinor-fung@users.noreply.github.com>2019-05-28 16:09:46 -0700
committerGitHub <noreply@github.com>2019-05-28 16:09:46 -0700
commit052042e8268d8f6e8743a7505666016c7b71f26c (patch)
tree710baa08fabf08feac39f323b794e0070e3f3c32 /dir.common.props
parentff39e7f372515ecefac3f30640bffbeafc20adb6 (diff)
downloadcoreclr-052042e8268d8f6e8743a7505666016c7b71f26c.tar.gz
coreclr-052042e8268d8f6e8743a7505666016c7b71f26c.tar.bz2
coreclr-052042e8268d8f6e8743a7505666016c7b71f26c.zip
Stop using BuildTools for signing (#24808)
Diffstat (limited to 'dir.common.props')
-rw-r--r--dir.common.props4
1 files changed, 4 insertions, 0 deletions
diff --git a/dir.common.props b/dir.common.props
index 70382d60e5..ba226cfc9b 100644
--- a/dir.common.props
+++ b/dir.common.props
@@ -99,6 +99,10 @@
<!-- We are only tracking Linux Distributions for Nuget RID mapping -->
<DistroRid Condition="'$(TargetsLinux)' == 'true'">$(__DistroRid)</DistroRid>
+ <!-- Folder for cross target components -->
+ <CrossTargetComponentFolder Condition="'$(BuildArch)' == 'arm64'">x64</CrossTargetComponentFolder>
+ <CrossTargetComponentFolder Condition="'$(BuildArch)' == 'arm' and '$(TargetsWindows)' == 'true'">x86</CrossTargetComponentFolder>
+ <CrossTargetComponentFolder Condition="'$(BuildArch)' == 'arm' and '$(TargetsLinux)' == 'true'">x64</CrossTargetComponentFolder>
</PropertyGroup>
</Project>