Add log for ILLinkSharedFramework target running in libraries build (#42910)
authorLayomi Akinrinade <laakinri@microsoft.com>
Thu, 1 Oct 2020 18:38:46 +0000 (14:38 -0400)
committerGitHub <noreply@github.com>
Thu, 1 Oct 2020 18:38:46 +0000 (11:38 -0700)
* Add log for ILLinkSharedFramework target running in libraries build

* Address feedback -express that the operation is ongoing

Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
src/libraries/illink-sharedframework.targets

index edf4e42..37a96a8 100644 (file)
@@ -4,6 +4,8 @@
           AfterTargets="Build"
           DependsOnTargets="SetCommonILLinkArgs">
 
+    <Message Text="Trimming shared framework assemblies with ILLinker..." Importance="high" />
+
     <PropertyGroup>
       <LibrariesTrimmedArtifactsPath>$([MSBuild]::NormalizePath('$(ArtifactsBinDir)', 'ILLinkTrimAssembly', '$(BuildSettings)', 'trimmed-runtimepack'))</LibrariesTrimmedArtifactsPath>
     </PropertyGroup>