有没有办法让 NAnt 捕获异常并运行回滚脚本?

发布于 2024-12-05 22:27:30 字数 134 浏览 0 评论 0原文

我正在使用 NAnt 运行一些部署脚本。它大大简化了流程。现在的问题是,当出现错误时,我希望 NAnt 任务运行我的回滚脚本。但是我只知道任务出错时会失败的选项。是否有任何烘焙方式可以在错误时设置属性,或者在上一个任务失败时使用选择语句来重定向任务流程?

I am using NAnt to run some scrips for a deployment. It has simplified the process a lot. The issue now is that when there is an error I want the NAnt task to run my roll back scripts. However I only know of the option to fail on error for my tasks. Is there any sort of baked in way to set properties on error or to use the the chose statement to redirect the flow of the tasks if a previous task fails?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

誰ツ都不明白 2024-12-12 22:27:30

我找到了寻找有关 NAnt 的另一个问题的答案(nant 构建脚本中的错误处理)。这将满足我必须自动启动回滚脚本的需求。唯一需要注意的是,它不是基本 NAnt 的一部分,而是 NAntContrib 的一部分,但这是一个小细节。

I found the answer looking for another question about NAnt (error handling in nant build scripts). This will fill the need I have to automatically kick off roll back scripts. Only thing catch is that is not a part of base NAnt but NAntContrib, but that a minor detail.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文