Update build.proj (#18791)

This commit is contained in:
Viktor Hofer 2024-02-28 17:14:00 +01:00 committed by GitHub
parent c4af2f6a0b
commit a429f46360
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,4 +21,11 @@
<Import Project="$(RepositoryEngineeringDir)build.sourcebuild.targets" Condition="'$(DotNetBuildSourceOnly)' == 'true'" />
<!-- Intentionally below the import to appear at the end. -->
<Target Name="LogBuildOutputFolders"
AfterTargets="Build">
<Message Importance="high" Text="Shipping packages are located in '$(ArtifactsShippingPackagesDir)'." />
<Message Importance="high" Text="Shipping assets are located in '$(ArtifactsAssetsDir)'." />
</Target>
</Project>