Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以指定我不想使用 Octopus Deploy 部署的模式名称?我有一个 Visual Studio 数据库项目,该项目具有自动生成的架构(带有表和存储过程)。我不希望部署它。我不能直接从项目中删除它,因为它会在构建时验证依赖关系。
Octopus 没有什么特定的功能可以做到这一点,但是这个堆栈溢出帖子涵盖了这些选项。
如果您使用自定义脚本步骤或社区步骤模板来部署 dacpac,则可以提供其他参数来控制部署的内容。