Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Perez Rodriguez <joperezr@microsoft.com>2017-02-13 21:05:18 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2017-02-13 21:05:18 +0300
commit4fd261c0236afa3501967c498b89d006532f88ee (patch)
treea63944394638afffc70b53d2904650e5347862eb /pkg/Microsoft.Private.CoreFx.UAP
parent24543b1e31e39d455c653b8e7de2f5d30b6bbed0 (diff)
Remove arm64 support for UAP package
Diffstat (limited to 'pkg/Microsoft.Private.CoreFx.UAP')
-rw-r--r--pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.props7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.props b/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.props
index 25b92a02d3..648b48f0ac 100644
--- a/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.props
+++ b/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.props
@@ -13,7 +13,6 @@
<PropertyGroup>
<PackageRID Condition="'$(ArchGroup)' == 'x86' OR '$(ArchGroup)' == 'x64'">win7-$(ArchGroup)$(_aotSuffix)</PackageRID>
<PackageRID Condition="'$(ArchGroup)' == 'arm'">win8-$(ArchGroup)$(_aotSuffix)</PackageRID>
- <PackageRID Condition="'$(ArchGroup)' == 'arm64'">win10-$(ArchGroup)$(_aotSuffix)</PackageRID>
</PropertyGroup>
</When>
<Otherwise>
@@ -31,9 +30,6 @@
<OfficialBuildRID Include="win8-arm">
<Platform>arm</Platform>
</OfficialBuildRID>
- <OfficialBuildRID Include="win10-arm64">
- <Platform>arm64</Platform>
- </OfficialBuildRID>
<OfficialBuildRID Include="win7-x86-aot">
<Platform>x86</Platform>
</OfficialBuildRID>
@@ -41,9 +37,6 @@
<OfficialBuildRID Include="win8-arm-aot">
<Platform>arm</Platform>
</OfficialBuildRID>
- <OfficialBuildRID Include="win10-arm64-aot">
- <Platform>arm64</Platform>
- </OfficialBuildRID>
<!-- Ensure we have a RID-specific package for the current build, even if it isn't in our official set -->
<BuildRID Include="@(OfficialBuildRID)" Exclude="$(PackageRID)"/>