Azure DevOps · Arazzo Workflow
Azure DevOps Inspect a Release Definition and Cut a Release
Version 1.0.0
Read a release definition, create a release from it, and confirm the release.
Provider
Workflows
release-from-definition
Read a release definition, create a release, and confirm it.
Gets a release definition, creates a release from it with an artifact, and retrieves the created release.
1
getDefinition
releaseDefinitions_get
Fetch the release definition to confirm it exists and capture its name and revision before cutting a release.
2
createRelease
releases_create
Create a release from the confirmed definition, binding the named artifact to the requested build instance.
3
confirmRelease
releases_get
Fetch the newly created release to confirm it exists and read its status.