From 7d389e0cffa6840a95ea720673380f9ae0b2b477 Mon Sep 17 00:00:00 2001 From: Jenny Tam Date: Fri, 29 Mar 2019 10:40:07 -0700 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines [skip ci] (#964) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ab688eae..6af2ba09 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,7 +3,7 @@ variables: phpVersion: 7.3 - server: 'localhost,1433' + server: 'localhost' host: 'sql1' sqlsrv_db: 'sqlsrv_testdb' pdo_sqlsrv_db: 'pdo_sqlsrv_testdb'