Is there a way not to deploy the Unit tests as part of SQLCI? I want to run the unit tests but when I do a sync I don't want to copy them to the environment.
Comments
1 comment
-
Hello,
Thanks for your post.
There's a switch in SQLCI that allows you to use SQL Compare switches.
See this documentation for SQLCI: http://documentation.red-gate.com/displ ... +and+later
Here's a list of options for the SQL Compare command line: https://documentation.red-gate.com/disp ... mmand+line
So the switch to use in SQLCI should look like the following:/additionalCompareArgs="/options:IgnoretSQLt"
Hope that helps!
Regards,
Evan
Add comment
Please sign in to leave a comment.