How to deploy SQL Tests through DLM Automation
brownrobm
Posts: 6 Bronze 1
We are using a Shared Database for our development. I have just created my first tSQLt test in this database and got the build and release working. I have verified that QA does not get the tests that were present in DEV. However, I would like to create a "true-up" release that overlays DEV on a periodic basis with what is in source control. Is there an option in the SQL compare DLM automation that will allow me to override the Ignore tSQLt framework? Since my tests are in source control, I need to retain them in my DEV database for development.
Best Answer
-
chris_godfree Posts: 50 Silver 1You can remove the default SQL Compare options in DLM Automation by using a '-' before the option: '-itst' sounds like it should do what you want.
Answers