Temporarily Disable Run CrossGen on System.Runtime.WindowsRuntime
authorluqunl <luqunl@LUQUN03>
Fri, 3 Aug 2018 23:10:19 +0000 (16:10 -0700)
committerJosh Free <joshfree@users.noreply.github.com>
Mon, 6 Aug 2018 16:46:05 +0000 (09:46 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/a0e07af74640a8c87bdc3d7c37db3af510ad2cf8

src/installer/pkg/projects/Microsoft.NETCore.App/src/Microsoft.NETCore.App.depproj

index fa8a320..266ada5 100644 (file)
           Condition="'$(OSGroup)' != 'Windows_NT'" />
     <ItemGroup>
       <_filesToCrossGen Include="@(FilesToPackage)"
-                        Condition="'%(FilesToPackage.IsNative)' != 'true' AND '%(FileName)' != 'System.Private.CoreLib' AND '%(FileName)' != 'mscorlib' AND '%(Extension)' == '.dll'">
+                        Condition="'%(FilesToPackage.IsNative)' != 'true' AND '%(FileName)' != 'System.Private.CoreLib' AND '%(FileName)' != 'mscorlib' AND '%(FileName)' != 'System.Runtime.WindowsRuntime' AND '%(Extension)' == '.dll'">
         <CrossGenedDirectory>$(CrossGenOutputPath)/%(TargetPath)/</CrossGenedDirectory>
         <CrossGenedPath>$(CrossGenOutputPath)/%(TargetPath)/%(FileName)%(Extension)</CrossGenedPath>
         <CrossGenSymbolSemaphorePath>$(_crossGenIntermediatePath)/%(FileName).symbol.semaphore</CrossGenSymbolSemaphorePath>