I am using TFS (Azure DevOps Server 2019) and am trying to use the SQL DB Deploy (version 0.*) step to perform a publish of a SQL script.
I am getting the error: The connection was successful -- The certificate chain was issued by an authority that is not trusted
I believe the solution is to add TrustServerCertificate=True to the connection string.
Does anyone know how to add this in the DevOps step?
Regards