DrJohnT / AzureDevOpsExtensionsForSqlServer

Microsoft SQL Server deployment extensions for Azure DevOps Pipelines
MIT License
21 stars 14 forks source link

[ENHANCMENT] TrustServerCertificate #49

Open DuckoDeath opened 1 year ago

DuckoDeath commented 1 year ago

Is there a way to get the Invoke-Sqlcmd to pass -TrustServerCertificate ?

ccanaparo commented 1 year ago

Is there a way to get the Invoke-Sqlcmd to pass -TrustServerCertificate ?

I have the same problem, did you solve it?

DuckoDeath commented 1 year ago

just stick -TrustServerCertificate after your database name, I think that is what I landed on.