We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f02e1 commit 3a1ef6eCopy full SHA for 3a1ef6e
eng/scripts/automation/GenerateAndBuildLib.ps1
@@ -856,6 +856,7 @@ function GeneratePackage()
856
$hasBreakingChange = $false
857
}
858
else {
859
+ Write-Host "Breaking changes detected in the build log."
860
$logFile = Get-Content -Path $logFilePath | select-object -SkipLast 1
861
$breakingChanges = $logFile -join ",`n"
862
$content = "Breaking Changes: $breakingChanges"
0 commit comments