From 8dac4612039a93cd985f67e2d3b55f090c1418fb Mon Sep 17 00:00:00 2001 From: Michael Mainer <8527305+MIchaelMainer@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:35:32 +0000 Subject: [PATCH] ci: disable stage --- azure-pipelines/publishSamples.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines/publishSamples.yml b/azure-pipelines/publishSamples.yml index b2349c1e..15e33c39 100644 --- a/azure-pipelines/publishSamples.yml +++ b/azure-pipelines/publishSamples.yml @@ -54,7 +54,8 @@ extends: TargetFolder: '$(Build.ArtifactStagingDirectory)' - stage: DeployStaging - condition: and(contains(variables['Build.SourceBranchName'], 'dev'), succeeded()) + # condition: and(contains(variables['Build.SourceBranchName'], 'dev'), succeeded()) + condition: false # disable this stage dependsOn: CopyArtifactFiles jobs: - deployment: staging