File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,8 @@ jobs:
108108- job : Check
109109 displayName : ' Check if the current build needs to be released'
110110 dependsOn : Build_SqlQueryTools
111+ variables :
112+ previousVsixVersion : $[ dependencies.Build_SqlQueryTools.outputs['SetVersion2.previousVsixVersion'] ]
111113 condition : and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
112114 steps :
113115
@@ -116,11 +118,11 @@ jobs:
116118 inputs :
117119 targetType : ' inline'
118120 script : |
119- echo "Global current vsix version = $(currentVsixVersion)"
120- echo "c vsix = $env:CURRENTVSIXVERSION"
121- # echo "Global previous vsix version = $(previousVsixVersion)"
121+ # echo "Global current vsix version = $(currentVsixVersion)"
122+ # echo "c vsix = $env:CURRENTVSIXVERSION"
123+ echo "Previous vsix version = $(previousVsixVersion)"
122124 #echo "p vsix = $env:PREVIOUSVSIXVERSION"
123- echo "pd vsix = $(dependencies.Build_SqlQueryTools.outputs['SetVersion2.previousVsixVersion'])"
125+ # echo "pd vsix = $(dependencies.Build_SqlQueryTools.outputs['SetVersion2.previousVsixVersion'])"
124126
125127# - task: DownloadGitHubRelease@0
126128# displayName: 'Download the latest release from GitHub'
You can’t perform that action at this time.
0 commit comments