Update build.proj (#18791)
This commit is contained in:
parent
c4af2f6a0b
commit
a429f46360
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue