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: