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."
55
-
$activeReleasePlan=$workItems[0]
54
+
## Not all releases have a release plan. So we should not fail the script even if a release plan is missing.
55
+
Write-Host"Failed to mark release completion for package '$PackageName' using azsdk. Exit code: $LASTEXITCODE"
56
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