changing 'show artifacts' task to bash shell

This commit is contained in:
Joseph Flinn 2020-12-16 20:18:54 +00:00
parent 94b924b21c
commit f294e43262
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ steps:
echo "##vso[task.setvariable variable=git_release_version]$GIT_RELEASE_VERSION" echo "##vso[task.setvariable variable=git_release_version]$GIT_RELEASE_VERSION"
displayName: 'set git_release_version' displayName: 'set git_release_version'
- script: | - bash: |
ls -alh $(System.ArtifactsDirectory) ls -alh $(System.ArtifactsDirectory)
echo GIT_RELEASE_VERSION=$(git_release_version) echo GIT_RELEASE_VERSION=$(git_release_version)
displayName: 'show artifacts' displayName: 'show artifacts'