Tags: Particular/install-sql-server-action
Tags
Add a parameter to provide the SQL server major version (#17) * Hardcode the version retrieval logic for now * Update action.yml * Update action.yml * Add parameter * Use powershells ConvertFrom-String * Keep the ExtentText around * Proper output * Switch to write output * When you assume everything is powershell... * Sample * Try permutation * Update ci.yml * Update ci.yml * Document parameter --------- Co-authored-by: Mike Minutillo <michael.minutillo@gmail.com>
Adds TrustServerCertificate=false to the Connection String (#7) * Added TrustServerCertificate=false to the connectionString that is set using this action. * Adds TrustServerCertificate=false to linux connection string * No really, adds TrustServerCertificate=false to linux connection string