Skip to content

Commit 766059a

Browse files
committed
Update azure-pipelines-test.yml for Azure Pipelines
1 parent 0987154 commit 766059a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

azure-pipelines-test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)