From 6b79ef18bc39677e66c9ed9a5598ab8fcc5dc37b Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Mon, 22 Mar 2021 13:18:11 +0100 Subject: [PATCH] casing of local db instance name --- build/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index c51173cd10..956bb1e40b 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -112,7 +112,7 @@ stages: - name: Umbraco__CMS__Unattended__UnattendedUserPassword value: UmbracoAcceptance123! - name: ConnectionStrings__umbracoDbDSN - value: Server=(LocalDB)\\MSSQLLocalDB;Database=Cypress;Integrated Security=true + value: Server=(LocalDB)\\mssqllocaldb;Database=Cypress;Integrated Security=true jobs: - job: Windows_Acceptance_tests displayName: Windows