TFS 构建脚本跟踪
调试构建脚本时,是否可以让 TFS 使用当前签出的构建脚本?
例如,我当前有一个正在尝试调试的构建脚本,但为了添加一行跟踪,我需要预订 TFSBuild.proj,更改它,然后重新预订它。
When debugging a build script, is it possible to get TFS to use a build script that is currently checked out?
For example, I currently have a build script that I'm trying to debug, but in order to add a line of trace, I need to book out the TFSBuild.proj, change it, and then book it back in.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了让构建服务器使用修改后的脚本,您需要将其签入。但您也可以考虑进行桌面构建,这会在本地系统上启动构建: microsoft.com/en-us/library/ms181723(VS.80).aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/ms181723(VS.80).aspx
In order to let the build server use the modified script, you need to check it in. But you can also consider to do a desktop build, which starts the build on your local system: http://msdn.microsoft.com/en-us/library/ms181723(VS.80).aspx