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: