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 11807 (Azure#52205)
* Update package release status completion to process multiple packages
* Updated as per review comments
* Updated as per review comments
---------
Co-authored-by: Praveen Kuttappan <[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."
Write-Host"Multiple release plans found for package name: $PackageName with work item IDs: $concatenatedIds. Using the first release plan to update release status."
55
+
$activeReleasePlan=$workItems[0]
56
+
}
57
+
# Update release status
58
+
Write-Host"Release plan work item ID: $($activeReleasePlan["id"])"
59
+
Write-Host"Marking release completion for package, name: $PackageName version: $PackageVersion"
0 commit comments