This repository was archived by the owner on Nov 21, 2018. It is now read-only.
This repository was archived by the owner on Nov 21, 2018. It is now read-only.
Publish not trimming for -final packages #161
Closed
Description
The -final .All package includes both versioned and final manifest files. E.g. aspnetcore-store-2.0.0-preview2-25756-linux-x64.xml and aspnetcore-store-2.0.0-preview2-final-linux-x64.xml.
The PublishWithAspNetCoreTargetManifest.targets file references the versioned manifests. These all reference versioned packages, which do not match the -final packages referenced by your app, so nothing gets trimmed.