disabling uwp infrastruture for arm64 builds for now
authorRama Krishnan Raghupathy <ramarag@microsoft.com>
Thu, 4 Jun 2015 01:52:24 +0000 (18:52 -0700)
committerRama Krishnan Raghupathy <ramarag@microsoft.com>
Thu, 4 Jun 2015 01:52:24 +0000 (18:52 -0700)
[tfs-changeset: 1482465]

src/coreclr/dirs.proj

index 52f1cb3..997b760 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" />
+    <ProjectFile Include="uwp\dirs.proj" Condition="'$(_BuildArch)'!='arm64'" />
   </ItemGroup>
 
   <ItemGroup Condition="'$(BuildExePhase)' == '1' and '$(FeatureCoreSystem)' == 'true'">