如何防止 TeamCity 为预先测试的提交创建工件?
现在,每次我成功进行预测试提交时,TeamCity 都会创建 2 组工件,其中一组是在使用我的本地更改构建解决方案以运行测试时创建的,第二组是在由 VCS 存储库触发时创建的改变。
如何防止它在提交之前为其构建测试创建工件?
Right now, TeamCity is creating 2 sets of artifacts each time I do a successful pre-tested commit, one when it builds the solution with my local changes against which to run the tests, and a second time when it gets triggered by the VCS repository change.
How can I prevent it from creating artifacts for its build-to-test before commit?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查要定义的 build.is.personal 系统属性或 BUILD_IS_PERSONAL 环境变量。
Check build.is.personal system property or BUILD_IS_PERSONAL environment variable to be defined.
对 VCS 触发的构建使用不同的构建配置,该配置没有配置任何用于保存工件的路径。
Use a different build configuration for the VCS triggered build, one that doesn't have any paths configured for saving Artifacts.