File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
- job : linux_build
7
7
displayName : ' Linux Build'
8
8
pool :
9
- vmimage : ' ubuntu-16.04 '
9
+ vmimage : ' ubuntu-latest '
10
10
steps :
11
11
- template : ' .ci/build-steps.yml'
12
12
13
13
- job : windows_build
14
14
displayName : ' Windows Build'
15
15
pool :
16
- vmimage : ' vs2017-win2016 '
16
+ vmimage : ' windows-latest '
17
17
steps :
18
18
- template : ' .ci/build-steps.yml'
19
19
- task : DotNetCoreCLI@2
46
46
- job : windows_baseline
47
47
displayName : ' Baseline'
48
48
pool :
49
- vmimage : ' vs2017-win2016 '
49
+ vmimage : ' windows-latest '
50
50
steps :
51
51
- script : |
52
52
mkdir C:\mysql
@@ -113,23 +113,23 @@ jobs:
113
113
dependsOn : linux_build
114
114
displayName : ' Linux Unit Tests'
115
115
pool :
116
- vmimage : ' ubuntu-16.04 '
116
+ vmimage : ' ubuntu-latest '
117
117
steps :
118
118
- template : ' .ci/mysqlconnector-tests-steps.yml'
119
119
120
120
- job : windows_unit_tests
121
121
dependsOn : windows_build
122
122
displayName : ' Windows Unit Tests'
123
123
pool :
124
- vmimage : ' vs2017-win2016 '
124
+ vmimage : ' windows-latest '
125
125
steps :
126
126
- template : ' .ci/mysqlconnector-tests-steps.yml'
127
127
128
128
- job : linux_integration_tests
129
129
dependsOn : linux_build
130
130
displayName : ' Linux Tests'
131
131
pool :
132
- vmimage : ' ubuntu-16.04 '
132
+ vmimage : ' ubuntu-latest '
133
133
strategy :
134
134
matrix :
135
135
' MySQL 5.6 ' :
You can’t perform that action at this time.
0 commit comments