addressing arm64 build break- renabling uwp for arm64. conditionally excluding a...
authorRama Krishnan Raghupathy <ramarag@microsoft.com>
Thu, 4 Jun 2015 16:24:28 +0000 (09:24 -0700)
committerRama Krishnan Raghupathy <ramarag@microsoft.com>
Thu, 4 Jun 2015 16:24:28 +0000 (09:24 -0700)
[tfs-changeset: 1482794]

src/coreclr/dirs.proj

index 997b760..52f1cb3 100644 (file)
@@ -15,7 +15,7 @@
     <ProjectFile Include="snskipverf\snskipverf.nativeproj" />
     <ProjectFile Include="sandboxhelper\dirs.proj" />
     <ProjectFile Include="release\release.proj" />
-    <ProjectFile Include="uwp\dirs.proj" Condition="'$(_BuildArch)'!='arm64'" />
+    <ProjectFile Include="uwp\dirs.proj" />
   </ItemGroup>
 
   <ItemGroup Condition="'$(BuildExePhase)' == '1' and '$(FeatureCoreSystem)' == 'true'">