mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
Fix bash?
This commit is contained in:
parent
3995ec44e2
commit
b4295b14ef
@ -39,7 +39,7 @@ jobs:
|
||||
# version
|
||||
Write-Host $pomXml.project.version
|
||||
$version_from_pom=$pomXml.project.version
|
||||
Write-Host "##vso[task.setvariable variable=version_from_pom;isOutput=true;]$version_from_pom"
|
||||
Write-Host "##vso[task.setvariable variable=version_from_pom;isOutput=true]$version_from_pom"
|
||||
displayName: Save pom file version to local variable.
|
||||
- task: Bash@3
|
||||
# Prints out the build version, for debugging purposes
|
||||
|
Loading…
x
Reference in New Issue
Block a user