gpt4 book ai didi

azure-devops - Azure Devops - 有没有办法在结帐前执行 taskkill

转载 作者:行者123 更新时间:2023-12-05 02:05:17 26 4
gpt4 key购买 nike

我注意到 yaml 没有明确的检查步骤,并且我们遇到了一些被挂起的测试主机进程锁定的文件失败。

我可以添加以下内容

  - task: CmdLine@2
inputs:
script: 'wmic process where name="testhost.exe" call terminate'
condition: always()

然后管道运行结束。

想知道是否有办法让它在 git checkout 之前运行。结帐不是 YAML 的一部分。

最佳答案

在脚本之后添加 - checkout: self 就可以了。

 [...]
steps:
- task: CmdLine@2
inputs:
script: 'wmic process where name="testhost.exe" call terminate'
condition: always()
- checkout: self
[...]

关于azure-devops - Azure Devops - 有没有办法在结帐前执行 taskkill,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63689369/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com