From 8092c59ce49c5b690918fe1f2ac7bde885cd587a Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sun, 20 Apr 2025 07:44:35 +0300 Subject: [PATCH] Disabled condition for manual publishing to docker --- .azure-pipelines/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/ci-build.yml b/.azure-pipelines/ci-build.yml index 842fca8f663..06382c84ca2 100644 --- a/.azure-pipelines/ci-build.yml +++ b/.azure-pipelines/ci-build.yml @@ -164,7 +164,7 @@ extends: publishFeedCredentials: 'microsoftgraph PowerShell Gallery connection' - stage: PushDockerImageToRegistry - condition: and(or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq(variables['Build.SourceBranch'], variables['PREVIEW_BRANCH'])), not(contains(variables['Build.SourceBranch'], '-preview'))) + #condition: and(or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq(variables['Build.SourceBranch'], variables['PREVIEW_BRANCH'])), not(contains(variables['Build.SourceBranch'], '-preview'))) dependsOn: stage displayName: 'Push docker image' jobs: