From 9fc9ccffb9b8efa5dfcbd8ac3df3ee765345cf7d Mon Sep 17 00:00:00 2001 From: Brian Fjeldstad Date: Fri, 28 Aug 2026 17:55:05 +0000 Subject: [PATCH] pipelines: comment out BaremetalDeploymentTesting dependsOn in publish stage Comment out BaremetalDeploymentTesting_host and BaremetalDeploymentTesting_container in the Publishing stage dependsOn list. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .pipelines/templates/stages/publishing/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pipelines/templates/stages/publishing/publish.yml b/.pipelines/templates/stages/publishing/publish.yml index aa5df5e6c..78ed392f6 100644 --- a/.pipelines/templates/stages/publishing/publish.yml +++ b/.pipelines/templates/stages/publishing/publish.yml @@ -22,8 +22,8 @@ stages: - DeploymentTesting_host - DeploymentTesting_container - FunctionalTesting - - BaremetalDeploymentTesting_host - - BaremetalDeploymentTesting_container + # - BaremetalDeploymentTesting_host + # - BaremetalDeploymentTesting_container - ServicingTesting condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main') )