File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments