We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a dacpac that has several SQLCMD variables that need to set on publish (https://msdn.microsoft.com/en-us/library/hh550080(v=vs.103).aspx#Anchor_1). I can't use deployDb in its current state, however, as its missing that functionality.
Is that something you intend to add?
DeployDbArgs type should have a member which allows me set a list of tuples.
The text was updated successfully, but these errors were encountered:
I suppose this can be closed now seeing as the change has been merged in - thank you for that :)
Sorry, something went wrong.
No branches or pull requests
Description
I have a dacpac that has several SQLCMD variables that need to set on publish (https://msdn.microsoft.com/en-us/library/hh550080(v=vs.103).aspx#Anchor_1). I can't use deployDb in its current state, however, as its missing that functionality.
Is that something you intend to add?
Expected behavior
DeployDbArgs type should have a member which allows me set a list of tuples.
The text was updated successfully, but these errors were encountered: