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') )