Don't crossgen satellite assemblies
This commit is contained in:
parent
ed97ee9123
commit
a64e671a8b
1 changed files with 3 additions and 0 deletions
|
@ -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)">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue