summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2016-03-15 13:51:57 -0700
committerGaurav Khanna <gkhanna@microsoft.com>2016-03-15 13:51:57 -0700
commiteb98ab1e77b76834c10a0589bf3d0c3e99750c62 (patch)
tree27a83dadc8636f5c1a25ddef56311b5b9d515fe8 /dir.props
parentfd05aabce3f1191b485dbc00dd388219a1d400d2 (diff)
downloadcoreclr-eb98ab1e77b76834c10a0589bf3d0c3e99750c62.tar.gz
coreclr-eb98ab1e77b76834c10a0589bf3d0c3e99750c62.tar.bz2
coreclr-eb98ab1e77b76834c10a0589bf3d0c3e99750c62.zip
Fix runtime.json to include all platforms in the redirection package. Also update the CLI build version (taken from CoreFX).
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index c0d9f6fe6b..110eabff47 100644
--- a/dir.props
+++ b/dir.props
@@ -161,7 +161,7 @@
<PackagingTaskDir Condition="'$(TargetsWindows)' == 'true'">$(ToolsDir)net45/</PackagingTaskDir>
<BuildNumberMajor Condition="'$(BuildNumberMajor)' == ''">00001</BuildNumberMajor>
<!-- defined in buildtools packaging.targets, but we need this before targets are imported -->
- <PackagePlatform Condition="'$(PackagePlatform)' == ''">$(BuildArch)</PackagePlatform>
+ <PackagePlatform Condition="'$(PackagePlatform)' == ''">$(Platform)</PackagePlatform>
<PackagePlatform Condition="'$(PackagePlatform)' == 'amd64'">x64</PackagePlatform>
<PackageOutputPath>$(PackagesBinDir)/pkg/</PackageOutputPath>
</PropertyGroup>