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
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