From 6b586bc041cfac1e7e36cf416e5f25d7a5daeed5 Mon Sep 17 00:00:00 2001 From: Raymond Yang Date: Sat, 8 Jun 2019 00:22:32 -0700 Subject: [PATCH] Avoid warning status in python release pipeline (#1195) --- .../azure-pipelines-py-packaging.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/azure-pipelines-py-packaging.yml b/tools/ci_build/github/azure-pipelines/azure-pipelines-py-packaging.yml index 2292df4089..de22b1ca27 100644 --- a/tools/ci_build/github/azure-pipelines/azure-pipelines-py-packaging.yml +++ b/tools/ci_build/github/azure-pipelines/azure-pipelines-py-packaging.yml @@ -48,7 +48,6 @@ jobs: - task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0 displayName: 'Component Detection' - condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')) - template: templates/clean-agent-build-directory-step.yml @@ -111,7 +110,6 @@ jobs: - task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0 displayName: 'Component Detection' - condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')) - template: templates/clean-agent-build-directory-step.yml @@ -154,16 +152,8 @@ jobs: inputs: ArtifactName: onnxruntime - - task: CmdLine@1 - displayName: 'Deactivating Conda Environment' - inputs: - filename: deactivate - continueOnError: true - condition: always() - - task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0 displayName: 'Component Detection' - condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')) - template: templates/clean-agent-build-directory-step.yml @@ -221,16 +211,8 @@ jobs: inputs: ArtifactName: onnxruntime_gpu - - task: CmdLine@1 - displayName: 'Deactivating Conda Environment' - inputs: - filename: deactivate - continueOnError: true - condition: always() - - task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0 displayName: 'Component Detection' - condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')) - template: templates/clean-agent-build-directory-step.yml @@ -273,6 +255,5 @@ jobs: - task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0 displayName: 'Component Detection' - condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')) - template: templates/clean-agent-build-directory-step.yml