Remove Arm32 dependency from closed build
authorGaurav Khanna <gkhanna@microsoft.com>
Tue, 18 Oct 2016 22:00:32 +0000 (15:00 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Tue, 18 Oct 2016 22:00:32 +0000 (15:00 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/724e30463d73b1a297d5205e287f07ef78da0fe4

src/coreclr/dir.props
src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/Microsoft.NETCore.Runtime.CoreCLR.pkgproj

index 7b2fcbc..615070b 100644 (file)
     <!-- Central place to set the versions of all nuget packages produced in the repo -->
     <PackageVersion Condition="'$(PackageVersion)' == ''">1.2.0</PackageVersion>
     <WindowsAPISetPackageVersion>1.0.1</WindowsAPISetPackageVersion>
-    <Win8ArmPackageVersion>$(PackageVersion)-$(ExternalExpectedPrerelease)</Win8ArmPackageVersion>
-
+    
     <!-- Set the boolean below to true to generate packages with stabilized versions -->
     <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
     <StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
-    <Win8ArmPackageVersion Condition="'$(StabilizePackageVersion)' == 'true'">$(StableVersion)</Win8ArmPackageVersion>
-
+    
     <!-- On Windows, MSbuild still runs against Desktop FX while it runs on .NET Core on non-Windows. this requires
          pulling in different packaging dependencies.
      -->
index 0557b3d..aa01e62 100644 (file)
@@ -9,13 +9,6 @@
     <IncludeRuntimeJson>true</IncludeRuntimeJson>
   </PropertyGroup>
   <ItemGroup>
-    <!-- ARM32_TODO: Clean this up.
-      Declare a runtime dependency on the win8-arm CoreCLR built using the TFS builds 
-    -->
-    <RuntimeDependency Include="runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR">
-      <TargetRuntime>win8-arm</TargetRuntime>
-      <Version>$(Win8ArmPackageVersion)</Version>
-    </RuntimeDependency>
     <!-- ApiSets are only applicable for Windows. 
          Despite the unconditioned package dependency it is constrained by runtime IDs within it's own package -->
     <Dependency Include="Microsoft.NETCore.Windows.ApiSets">