Skip to content

[Build] Recent changes in build config outputs to bin\{build}\win-x64 and includes all native assemblies #509

@AndisGrossteins

Description

@AndisGrossteins

Currently, building from the Development branch outputs extra binaries to bin\{build}\win-x64 and includes many unnecessary reference assemblies.
Even the 1.21.0 release build zip and nupkg files contain a 124MB win-x64 directory.

I think this was introduced by using SelfContained and IncludeNativeLibrariesForSelfExtract in 5f86810:

<SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishSingleFile>false</PublishSingleFile>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
</PropertyGroup>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugPesky little gritter, needs squashing

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions