File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 11trigger :
22- ' *'
3+
34pool :
45 vmImage : ' windows-2022'
6+
57variables :
68 solution : ' **/*.sln'
79 buildPlatform : ' Any CPU'
810 buildConfiguration : ' Release'
911
10-
1112jobs :
13+ # ############################
14+ # Build_SqlQueryTools #
15+ # ############################
1216- job : Build_SqlQueryTools
1317 displayName : ' Build latest SqlQueryTools commit'
1418 steps :
6367 echo "Found vsix version = $vsixVersion"
6468 echo "##vso[task.setvariable variable=VsixVersion;isOutput=true]$vsixVersion"
6569
66-
67-
70+ # ###########################################
71+ # Get_Previous_SqlQueryTools_Release #
72+ # ###########################################
6873- job : Get_Previous_SqlQueryTools_Release
6974 displayName : ' Get previous SqlQueryTools release'
7075 dependsOn :
@@ -103,8 +108,9 @@ jobs:
103108 echo "Found vsix version = $vsixVersion"
104109 echo "##vso[task.setvariable variable=VsixVersion;isOutput=true]$vsixVersion"
105110
106-
107-
111+ # #############################
112+ # Deploy_SqlQueryTools #
113+ # #############################
108114- job : Deploy_SqlQueryTools
109115 displayName : ' Deploy latest SqlQueryTools commit'
110116 dependsOn :
You can’t perform that action at this time.
0 commit comments