Skip to content

Commit e181161

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 41897a7 commit e181161

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

azure-pipelines.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
trigger:
22
- '*'
3+
34
pool:
45
vmImage: 'windows-2022'
6+
57
variables:
68
solution: '**/*.sln'
79
buildPlatform: 'Any CPU'
810
buildConfiguration: 'Release'
911

10-
1112
jobs:
13+
#############################
14+
# Build_SqlQueryTools #
15+
#############################
1216
- job: Build_SqlQueryTools
1317
displayName: 'Build latest SqlQueryTools commit'
1418
steps:
@@ -63,8 +67,9 @@ jobs:
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:

0 commit comments

Comments
 (0)