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
Sync eng/common directory with azure-sdk-tools for PR 11559 (#42572)
* Add a new script to mark package as released from release pipeline
* Update eng/common/scripts/Mark-ReleasePlanCompletion.ps1
Co-authored-by: Copilot <[email protected]>
* Fix spacing in the script
* Update script to check active release plans using package name and pr merge status
* Log work item Ids if multiple works items are found for release plan
---------
Co-authored-by: Praveen Kuttappan <[email protected]>
Co-authored-by: Praven Kuttappan <[email protected]>
Co-authored-by: Copilot <[email protected]>
Write-Host"Multiple release plans found for package name: $PackageName with work item IDs: $concatenatedIds. Using the first release plan to update release status."
50
+
$activeReleasePlan=$workItems[0]
51
+
}
52
+
# Update release status
53
+
Write-Host"Release plan work item ID: $($activeReleasePlan["id"])"
54
+
Write-Host"Marking release completion for package, name: $PackageName version: $PackageVersion"
0 commit comments