From 113f226f10e4efdd672bbf326ccb7809363aa40b Mon Sep 17 00:00:00 2001 From: dotasek Date: Wed, 1 Feb 2023 13:49:34 -0500 Subject: [PATCH] name task --- release-branch-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/release-branch-pipeline.yml b/release-branch-pipeline.yml index c3861aa8e..74e594d81 100644 --- a/release-branch-pipeline.yml +++ b/release-branch-pipeline.yml @@ -41,6 +41,7 @@ jobs: $VERSION=$pomXml.project.version Write-Host "##vso[task.setvariable variable=version_from_pom;isOutput=true;]$VERSION" displayName: Save pom file version to local variable. + name: setOutput - task: Bash@3 # Prints out the build version, for debugging purposes inputs: