Don't crossgen satellite assemblies

This commit is contained in:
Nick Guerrera 2017-11-01 17:15:52 -07:00
parent ed97ee9123
commit a64e671a8b

View file

@ -208,6 +208,9 @@
<!-- Don't try to CrossGen tasks and supporting DLLs compiled for .NET Framework -->
<SdkFiles Remove="$(PublishDir)/Microsoft\Microsoft.NET.Build.Extensions\tools\net*\**\*" />
<!-- Don't crossgen satellite assemblies -->
<SdkFiles Remove="$(PublishDir)/**/*.resources.dll" />
</ItemGroup>
<AddMetadataIsPE Items="@(SdkFiles)">