We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015b56f commit 74e35c5Copy full SHA for 74e35c5
azure-pipelines.yml
@@ -6,7 +6,7 @@ jobs:
6
- job: linux_build
7
displayName: 'Linux Build'
8
pool:
9
- vmimage: 'ubuntu-latest'
+ vmimage: 'ubuntu-16.04'
10
steps:
11
- template: '.ci/build-steps.yml'
12
@@ -113,7 +113,7 @@ jobs:
113
dependsOn: linux_build
114
displayName: 'Linux Unit Tests'
115
116
117
118
- template: '.ci/mysqlconnector-tests-steps.yml'
119
@@ -129,7 +129,7 @@ jobs:
129
130
displayName: 'Linux Tests'
131
132
133
strategy:
134
matrix:
135
'MySQL 5.6':
0 commit comments