Avoid warning status in python release pipeline (#1195)

This commit is contained in:
Raymond Yang 2019-06-08 00:22:32 -07:00 committed by Changming Sun
parent 71466fc805
commit 6b586bc041

View file

@ -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