【发布时间】:2019-05-06 05:12:08
【问题描述】:
我有两个项目的解决方案。
Integration.Api
Integration.Common
在 Azure DevOps 中,我有针对 Integration.Api 项目运行的步骤,我也有这些构建步骤来为 Integration.Common 项目创建 NuGet 包:
dotnet Pack Common
dotnet Nuget Push
我应该在“自定义条件”文本框中输入什么内容,以便该步骤仅在 Integration.Common 项目发生更改时运行? IE。如果 Integration.Api 已更改,我仍然希望构建运行,但我只希望在 Integration.Common 已更改时运行 dotnet Pack 步骤。
【问题讨论】:
标签: azure-devops