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.
我想在 MSBUILD 目标上设置一个条件,使其仅在按下“开始调试”菜单项或 F5 键时运行。如果用户只使用 Build 菜单项.. 我不希望 Target 运行。
加载项目时评估目标的条件。如果条件为假,即使条件值发生变化也不会执行。
您可以做的是挂钩目标以执行,然后调整任务。或者使用带有条件的 CallTarget。