Skip to content

Commit 7d9a1de

Browse files
committed
Update all Azure VM Images.
1 parent 471f59b commit 7d9a1de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ jobs:
66
- job: linux_build
77
displayName: 'Linux Build'
88
pool:
9-
vmimage: 'ubuntu-16.04'
9+
vmimage: 'ubuntu-latest'
1010
steps:
1111
- template: '.ci/build-steps.yml'
1212

1313
- job: windows_build
1414
displayName: 'Windows Build'
1515
pool:
16-
vmimage: 'vs2017-win2016'
16+
vmimage: 'windows-latest'
1717
steps:
1818
- template: '.ci/build-steps.yml'
1919
- task: DotNetCoreCLI@2
@@ -46,7 +46,7 @@ jobs:
4646
- job: windows_baseline
4747
displayName: 'Baseline'
4848
pool:
49-
vmimage: 'vs2017-win2016'
49+
vmimage: 'windows-latest'
5050
steps:
5151
- script: |
5252
mkdir C:\mysql
@@ -113,23 +113,23 @@ jobs:
113113
dependsOn: linux_build
114114
displayName: 'Linux Unit Tests'
115115
pool:
116-
vmimage: 'ubuntu-16.04'
116+
vmimage: 'ubuntu-latest'
117117
steps:
118118
- template: '.ci/mysqlconnector-tests-steps.yml'
119119

120120
- job: windows_unit_tests
121121
dependsOn: windows_build
122122
displayName: 'Windows Unit Tests'
123123
pool:
124-
vmimage: 'vs2017-win2016'
124+
vmimage: 'windows-latest'
125125
steps:
126126
- template: '.ci/mysqlconnector-tests-steps.yml'
127127

128128
- job: linux_integration_tests
129129
dependsOn: linux_build
130130
displayName: 'Linux Tests'
131131
pool:
132-
vmimage: 'ubuntu-16.04'
132+
vmimage: 'ubuntu-latest'
133133
strategy:
134134
matrix:
135135
'MySQL 5.6':

0 commit comments

Comments
 (0)