Skip to content

Commit 8509210

Browse files
committed
Update azure-pipelines-test.yml for Azure Pipelines
1 parent 3d40544 commit 8509210

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

azure-pipelines-test.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ variables:
1717
- name: currentVsixVersion
1818
value: ''
1919
readonly: false
20-
- name: previousVsixVersion
21-
value: ''
22-
readonly: false
20+
# - name: previousVsixVersion
21+
# value: ''
22+
# readonly: false
2323

2424

2525

@@ -35,11 +35,12 @@ jobs:
3535
script: |
3636
echo "Global current vsix version = $(currentVsixVersion)"
3737
echo "c vsix = $env:CURRENTVSIXVERSION"
38-
echo "Global previous vsix version = $(previousVsixVersion)"
39-
echo "p vsix = $env:PREVIOUSVSIXVERSION"
38+
#echo "Global previous vsix version = $(previousVsixVersion)"
39+
#echo "p vsix = $env:PREVIOUSVSIXVERSION"
4040
4141
- task: PowerShell@2
4242
displayName: 'test set var'
43+
name: SetVersion
4344
inputs:
4445
targetType: 'inline'
4546
script: |
@@ -117,7 +118,7 @@ jobs:
117118
echo "c vsix = $env:CURRENTVSIXVERSION"
118119
echo "Global previous vsix version = $(previousVsixVersion)"
119120
echo "p vsix = $env:PREVIOUSVSIXVERSION"
120-
echo "pd vsix = $(dependencies.Build_SqlQueryTools.outputs['setVariable.previousVsixVersion'])"
121+
echo "pd vsix = $(dependencies.Build_SqlQueryTools.outputs['SetVersion.previousVsixVersion'])"
121122
122123
# - task: DownloadGitHubRelease@0
123124
# displayName: 'Download the latest release from GitHub'

0 commit comments

Comments
 (0)