name task
This commit is contained in:
parent
f8c183cf5d
commit
113f226f10
|
@ -41,6 +41,7 @@ jobs:
|
||||||
$VERSION=$pomXml.project.version
|
$VERSION=$pomXml.project.version
|
||||||
Write-Host "##vso[task.setvariable variable=version_from_pom;isOutput=true;]$VERSION"
|
Write-Host "##vso[task.setvariable variable=version_from_pom;isOutput=true;]$VERSION"
|
||||||
displayName: Save pom file version to local variable.
|
displayName: Save pom file version to local variable.
|
||||||
|
name: setOutput
|
||||||
- task: Bash@3
|
- task: Bash@3
|
||||||
# Prints out the build version, for debugging purposes
|
# Prints out the build version, for debugging purposes
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in New Issue