sql-action icon indicating copy to clipboard operation
sql-action copied to clipboard

Build without deployment

Open dzsquared opened this issue 3 years ago • 5 comments

There's a use case where a dacpac might be needed to save to pipeline artifacts or do other deployments - can the action be provided a sqlproj file without connection info to output a dacpac in the pipeline?

dzsquared avatar Mar 23 '22 18:03 dzsquared

This issue is idle because it has been open for 14 days with no activity.

github-actions[bot] avatar Apr 06 '22 21:04 github-actions[bot]

Deprioritizing this from sql-action since it can be accomplished with the shell commands in the pipeline with dotnet build

dzsquared avatar Sep 28 '22 22:09 dzsquared

@dzsquared That's disappointing. While it's true that shell commands could be used, isn't that the case for everything? The advantage of using an action is to abstract that away.

johndowns avatar Sep 28 '22 23:09 johndowns

@johndowns agreed on the value of actions to simplify, and will certainly evaluate for future versions. I should leave this open to better reflect the state of options down the line.

dzsquared avatar Sep 28 '22 23:09 dzsquared

This issue is idle because it has been open for 14 days with no activity.

github-actions[bot] avatar Oct 13 '22 03:10 github-actions[bot]