Skip to content

Commit 0987154

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ jobs:
118118
script: |
119119
echo "Global current vsix version = $(currentVsixVersion)"
120120
echo "c vsix = $env:CURRENTVSIXVERSION"
121-
echo "Global previous vsix version = $(previousVsixVersion)"
122-
echo "p vsix = $env:PREVIOUSVSIXVERSION"
121+
#echo "Global previous vsix version = $(previousVsixVersion)"
122+
#echo "p vsix = $env:PREVIOUSVSIXVERSION"
123123
echo "pd vsix = $(dependencies.Build_SqlQueryTools.outputs['SetVersion2.previousVsixVersion'])"
124124
125125
# - task: DownloadGitHubRelease@0
@@ -155,7 +155,7 @@ jobs:
155155
dependsOn:
156156
- Build_SqlQueryTools
157157
- Check
158-
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'), ne(variables.currentVsixVersion, ''), eq('1', '2'))
158+
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'), ne(dependencies.Build_SqlQueryTools.outputs['SetVersion2.previousVsixVersion'], ''), eq('1', '2'))
159159
steps:
160160

161161
- task: PowerShell@2

0 commit comments

Comments
 (0)