简体   繁体   English

在调试过程中跳过安装项目

[英]Skipping Setup project during debug build

I have a setup project which I supposed to build only during Release mode build. 我有一个安装项目,应该只在发布模式下构建。 How can configure to skip this during debug mode build? 在调试模式构建期间如何配置以跳过此步骤?

Goto Build -> Configuration Manager. 转到构建->配置管理器。 Select Debug in Active Solution Configuration Untick Build and Deploy 在“活动解决方案配置”中选择“调试”,取消选中“构建和部署”

So when you debug this will prevent it from building the setup project 因此,当您进行调试时,这将阻止其构建安装项目

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM