Skip to content

ArtifactDescription Tasks YAML

rfennell edited this page Dec 13, 2022 · 4 revisions

ArtifactDescription Tasks

The 'ArtifactDescription Tasks' package contains the following tasks. The table show the possible variables that can be used in YAML Azure DevOps Pipeline configurations

ArtifactDescriptionTask V2

A task to get the PR reason from the default artifact

YAML snippet

# 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

Arguments

Output

  • Argument: OutputText
    • Description: The PR title (if present) for the default artifact that triggered the release.
    • Type: string
    • Required: true
    • Default (if defined): OutputedText
Clone this wiki locally