changing 'show artifacts' task to bash shell
This commit is contained in:
parent
94b924b21c
commit
f294e43262
|
@ -22,7 +22,7 @@ steps:
|
|||
echo "##vso[task.setvariable variable=git_release_version]$GIT_RELEASE_VERSION"
|
||||
displayName: 'set git_release_version'
|
||||
|
||||
- script: |
|
||||
- bash: |
|
||||
ls -alh $(System.ArtifactsDirectory)
|
||||
echo GIT_RELEASE_VERSION=$(git_release_version)
|
||||
displayName: 'show artifacts'
|
||||
|
|
Loading…
Reference in New Issue