From cc73bcc243d10f9c49ceec328ad27a437a711e6b Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Thu, 28 Oct 2021 11:40:11 -0700 Subject: [PATCH] Suppress component governance component warnings for ios --- tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml b/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml index 3cbf65bc0f..8a0a64d5b9 100644 --- a/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml +++ b/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml @@ -221,6 +221,10 @@ jobs: inputs: pathtoPublish: '$(Build.BinariesDirectory)/artifacts' artifactName: 'onnxruntime-ios-full-xcframework' + + - template: component-governance-component-detection-steps.yml + parameters : + condition : 'succeeded' - template: win-ci.yml parameters: