From 173e538b8018ae9f3684ea8055a80403e14c17b2 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Thu, 28 Oct 2021 11:42:08 -0700 Subject: [PATCH] Update mac-ios-packaging-pipeline.yml --- .../github/azure-pipelines/mac-ios-packaging-pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml b/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml index 14997049c5..a4a7681e85 100644 --- a/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml @@ -97,3 +97,7 @@ jobs: - publish: "$(Build.ArtifactStagingDirectory)" artifact: ios_packaging_artifacts displayName: "Publish artifacts" + + - template: component-governance-component-detection-steps.yml + parameters : + condition : 'succeeded'