From 94b924b21caf7bd8d5196db4e9476212d4d11324 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Wed, 16 Dec 2020 20:10:20 +0000 Subject: [PATCH] changing the echo var --- .az-pipelines/sign-windows-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.az-pipelines/sign-windows-artifacts.yml b/.az-pipelines/sign-windows-artifacts.yml index 40e9c0b647c..60928b09c77 100644 --- a/.az-pipelines/sign-windows-artifacts.yml +++ b/.az-pipelines/sign-windows-artifacts.yml @@ -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