From e50a3d13409d93e7d30363f0bf9e32108c1ba2a3 Mon Sep 17 00:00:00 2001 From: Nikolaj Date: Mon, 15 May 2023 12:43:13 +0200 Subject: [PATCH] Trust Test DB certificate --- 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 310477fa4c..af8cdea3a3 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -292,7 +292,7 @@ stages: Linux: vmImage: 'ubuntu-latest' testDb: SqlServer - connectionString: 'Server=localhost,1433;User Id=sa;Password=$(SA_PASSWORD);' + connectionString: 'Server=localhost,1433;User Id=sa;Password=$(SA_PASSWORD);TrustServerCertificate=true' pool: vmImage: $(vmImage) variables: