【发布时间】:2021-03-11 08:31:19
【问题描述】:
我在 Azure DevOps 中有构建管道和发布管道,它们运行良好。我想使用 repo 中的 power shell 脚本启动网站,只有在发布管道中的部署后批准之后。做一些初步的手动检查并启动网站
发布管道
Task 1: stop website
Task 2: deploy website
Do initial Manual checks before starting the website
Task 3: Start website using post-deployment approvals
【问题讨论】:
-
嗨,您有机会查看以下答案吗?进展如何?
标签: powershell azure-devops release