You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurred while loading the YAML build pipeline. Unexpected symbol: 'tenantPlanMainStage-1'. Located at position 53 within expression: and(not(failed()), not(canceled()), eq(dependencies.tenantPlanMainStage-2.outputs['planJob.planStep.deployPolicyChanges'], 'yes'), in(variables['Build.Reason'], 'Manual', 'IndividualCI', 'BatchedCI'), contains(variables['Build.SourceBranch'], 'refs/heads/main')). For more help, refer to https://go.microsoft.com/fwlink/?linkid=842996
I think stages and dependencies should not have -
The text was updated successfully, but these errors were encountered:
It does not look like that Azure DevOps Pipelines allow
-
as part of pipeline dependency name. Getting following error trying to run https://github.com/Azure/enterprise-azure-policy-as-code/blob/main/StarterKit/Pipelines/AzureDevOps/multi-tenant-pipeline.ymlAn error occurred while loading the YAML build pipeline. Unexpected symbol: 'tenantPlanMainStage-1'. Located at position 53 within expression: and(not(failed()), not(canceled()), eq(dependencies.tenantPlanMainStage-2.outputs['planJob.planStep.deployPolicyChanges'], 'yes'), in(variables['Build.Reason'], 'Manual', 'IndividualCI', 'BatchedCI'), contains(variables['Build.SourceBranch'], 'refs/heads/main')). For more help, refer to https://go.microsoft.com/fwlink/?linkid=842996
I think stages and dependencies should not have
-
The text was updated successfully, but these errors were encountered: