use setOutput. in other version_from_pom locations
This commit is contained in:
parent
c65b02c3c8
commit
f8c183cf5d
|
@ -55,8 +55,8 @@ jobs:
|
||||||
inputs:
|
inputs:
|
||||||
targetType: 'inline'
|
targetType: 'inline'
|
||||||
script: |
|
script: |
|
||||||
echo $(version_from_pom)
|
echo $(setOutput.version_from_pom)
|
||||||
VERSION=$(version_from_pom)
|
VERSION=$(setOutput.version_from_pom)
|
||||||
echo "$VERSION" > $(System.DefaultWorkingDirectory)/VERSION)
|
echo "$VERSION" > $(System.DefaultWorkingDirectory)/VERSION)
|
||||||
displayName: Save Release Version to File
|
displayName: Save Release Version to File
|
||||||
- task: CopyFiles@2
|
- task: CopyFiles@2
|
||||||
|
|
Loading…
Reference in New Issue