Typo
This commit is contained in:
parent
113f226f10
commit
055e722056
|
@ -58,7 +58,7 @@ jobs:
|
||||||
script: |
|
script: |
|
||||||
echo $(setOutput.version_from_pom)
|
echo $(setOutput.version_from_pom)
|
||||||
VERSION=$(setOutput.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
|
||||||
# Copies the VERSION file containing the build id (ex: 1.1.13-SNAPSHOT) to the staging directory
|
# Copies the VERSION file containing the build id (ex: 1.1.13-SNAPSHOT) to the staging directory
|
||||||
|
|
Loading…
Reference in New Issue