Skip to content

Commit 0ba13f6

Browse files
committed
ci: update windows vm image
1 parent 7ee5307 commit 0ba13f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- job: "TestBasicWindows"
105105
pool:
106-
vmImage: "vs2017-win2016"
106+
vmImage: "windows-2019"
107107
strategy:
108108
maxParallel: 10
109109
matrix:
@@ -125,7 +125,7 @@ jobs:
125125
echo socket=MYSQL >> C:\my.cnf
126126
echo datadir=C:\\ProgramData\\MySQL\\MySQL Server 8.0\\Data\\ >> C:\my.cnf
127127
"C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld" --install MySQL --defaults-file=C:\my.cnf
128-
net start MySql
128+
net start MySQL
129129
"C:\Program Files\MySQL\MySQL Server 8.0\bin\mysql" -e "SET GLOBAL max_allowed_packet = 36700160;" -uroot -ppassword
130130
"C:\Program Files\MySQL\MySQL Server 8.0\bin\mysql" -e "SET @@GLOBAL.ENFORCE_GTID_CONSISTENCY = WARN;" -uroot -ppassword
131131
"C:\Program Files\MySQL\MySQL Server 8.0\bin\mysql" -e "SET @@GLOBAL.ENFORCE_GTID_CONSISTENCY = ON;" -uroot -ppassword

0 commit comments

Comments
 (0)