-
Notifications
You must be signed in to change notification settings - Fork 431
ArtifactDescription Tasks YAML
rfennell edited this page Dec 13, 2022
·
4 revisions
The 'ArtifactDescription Tasks' package contains the following tasks. The table show the possible variables that can be used in YAML Azure DevOps Pipeline configurations
A task to get the PR reason from the default artifact
# Get Git Artifact PR Reason
# Description - A task to get the PR reason from the default artifact
- task: ArtifactDescriptionTask@2
inputs:
# Required arguments
OutputText: OutputedText
-
Argument: OutputText
- Description: The PR title (if present) for the default artifact that triggered the release.
- Type: string
- Required: true
- Default (if defined): OutputedText