Skip to content

Commit a40c60f

Browse files
committed
Downgrade tests with MySQL Server to windows-2019.
Tests run on windows-latest fail with "Access denied for user 'root'@'localhost' (using password: YES)".
1 parent e5cc811 commit a40c60f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- job: windows_baseline
3232
displayName: 'Baseline'
3333
pool:
34-
vmimage: 'windows-latest'
34+
vmimage: 'windows-2019'
3535
steps:
3636
- template: '.ci/install-mysql-windows.yml'
3737
- task: CopyFiles@2
@@ -87,7 +87,7 @@ jobs:
8787
dependsOn: windows_build
8888
displayName: 'Windows Tests'
8989
pool:
90-
vmimage: 'windows-latest'
90+
vmimage: 'windows-2019'
9191
steps:
9292
- template: '.ci/install-mysql-windows.yml'
9393
- task: UseDotNet@2
@@ -134,7 +134,7 @@ jobs:
134134
- job: windows_integration_tests_1
135135
displayName: 'Windows Integration Tests (Part 1)'
136136
pool:
137-
vmimage: 'windows-latest'
137+
vmimage: 'windows-2019'
138138
steps:
139139
- template: '.ci/install-mysql-windows.yml'
140140
- task: UseDotNet@2
@@ -175,7 +175,7 @@ jobs:
175175
- job: windows_integration_tests_2
176176
displayName: 'Windows Integration Tests (Part 2)'
177177
pool:
178-
vmimage: 'windows-latest'
178+
vmimage: 'windows-2019'
179179
steps:
180180
- template: '.ci/install-mysql-windows.yml'
181181
- task: UseDotNet@2

0 commit comments

Comments
 (0)