You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Check for changes in Unshipped in servicing branches
214
-
if ($targetBranch-like'release*'-and$file-like'*PublicAPI.Unshipped.txt') {
215
-
$changedAPIBaselines.Add($file)
216
-
}
217
-
}
218
-
}
219
-
220
-
Write-Host"Found changes in $($changedAPIBaselines.count) API baseline files"
221
-
222
-
if ($changedAPIBaselines.count-gt0) {
223
-
LogError "Detected modification to baseline API files. PublicAPI.Shipped.txt files should only be updated after a major release. See /docs/APIBaselines.md for more information."
0 commit comments