1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02:00

changing the echo var

This commit is contained in:
Joseph Flinn 2020-12-16 20:10:20 +00:00
parent 3099238762
commit 94b924b21c

View File

@ -24,7 +24,7 @@ steps:
- script: |
ls -alh $(System.ArtifactsDirectory)
echo GIT_RELEASE_VERSION=$GIT_RELEASE_VERSION
echo GIT_RELEASE_VERSION=$(git_release_version)
displayName: 'show artifacts'
#- task: CmdLine@2