Skip to content

Commit

Permalink
Merge pull request #16840 from KirillOsenkov/dev/kirillo/embedProject…
Browse files Browse the repository at this point in the history
…AssetsJson

Embed project.assets.json in binlog
  • Loading branch information
marcpopMSFT committed Apr 28, 2021
2 parents d528d91 + 44c864a commit bedda0c
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -60,6 +60,11 @@ Copyright (c) .NET Foundation. All rights reserved.
<_NugetTargetMonikerAndRID Condition="'$(RuntimeIdentifier)' != ''">$(NuGetTargetMoniker)/$(RuntimeIdentifier)</_NugetTargetMonikerAndRID>
</PropertyGroup>

<!-- Embed all project.assets.json files into the binary log when building with /bl -->
<ItemGroup>
<EmbedInBinlog Include="$(ProjectAssetsFile)" Condition="Exists('$(ProjectAssetsFile)') AND $(EmbedProjectAssetsFile) != false" />
</ItemGroup>

<!--
*************************************
2. EXTERNAL PROPERTIES and ITEMS
Expand Down

0 comments on commit bedda0c

Please sign in to comment.