Skip to content

Commit

Permalink
Log the build output when the repo build is successful but a manifest… (
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored Dec 3, 2024
1 parent 44857f6 commit 257517e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@
<RepoAssetManifest Include="$(RepoAssetManifestsDir)*.xml" />
</ItemGroup>

<Message Importance="High" Text="$([System.IO.File]::ReadAllText('$(RepoConsoleLogFile)'))" Condition="'@(RepoAssetManifest)' == '' and '$(MinimalConsoleLogOutput)' == 'true' and Exists('$(RepoConsoleLogFile)')" />
<Error Text="No repository asset manifest files found at $(RepoAssetManifestsDir)*.xml. This often means the build failed but did not log an error." Condition="'@(RepoAssetManifest)' == ''" />

<GetKnownArtifactsFromAssetManifests AssetManifests="@(RepoAssetManifest)">
Expand Down

0 comments on commit 257517e

Please sign in to comment.