如何在 TFS InvokeProcess 活动上使用 ExitCode?
在 TFS 构建中,我使用自定义活动 InvokeProcess 调用 Nant 脚本(我们使用 NANT 直到能够移动到“TFS 语言”) 如果 NANT 失败,我希望构建失败。我想我应该使用 InvokeProcess 的 Result 属性。 我怎么做到这一点? 谢谢
In TFS build I call to a nant script using a custom activity InvokeProcess (we use NANT till we will be able to move to "TFS language")
I want to fail the build if NANT fails. I guess I should use the Result property of the InvokeProcess.
How I do that?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想你可以找到你需要的此处。
I think you can find what you need here.