Update release-branch-pipeline.yml for Azure Pipelines
This commit is contained in:
parent
66885ed801
commit
5cad1a8f33
|
@ -39,7 +39,7 @@ jobs:
|
||||||
# version
|
# version
|
||||||
Write-Host $pomXml.project.version
|
Write-Host $pomXml.project.version
|
||||||
$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;]$VERSION"
|
||||||
displayName: Save pom file version to local variable.
|
displayName: Save pom file version to local variable.
|
||||||
- task: Bash@3
|
- task: Bash@3
|
||||||
# Prints out the build version, for debugging purposes
|
# Prints out the build version, for debugging purposes
|
||||||
|
|
Loading…
Reference in New Issue