Jeff Rosenberg

Results 35 comments of Jeff Rosenberg

I believe your use case is covered in our readme under the header **Package References**. In particular, you'll want something like the following: ``` ``` Let me know if I'm...

Oh, sorry, I overlooked that these were warnings. There are 2 ways to suppress these: - Use the `SuppressTSqlWarnings` property in the project file - Use the `/nowarn` flag in...

I believe the message you posted is just a warning, not an error, correct? It implies that you've passed in a SqlCmd variable that isn't actually needed. When you run...

In local testing, this speeds up how quickly we fail, but not yet to the extent I'd like. This still waits for all deployments to be ready, and then once...

Thanks for the review @zonggen; FYI, I've resolved the merge conflict.