Skip to content

Commit 3a1ef6e

Browse files
committed
add log
1 parent 35f02e1 commit 3a1ef6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/scripts/automation/GenerateAndBuildLib.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,7 @@ function GeneratePackage()
856856
$hasBreakingChange = $false
857857
}
858858
else {
859+
Write-Host "Breaking changes detected in the build log."
859860
$logFile = Get-Content -Path $logFilePath | select-object -SkipLast 1
860861
$breakingChanges = $logFile -join ",`n"
861862
$content = "Breaking Changes: $breakingChanges"

0 commit comments

Comments
 (0)