From d48a4c0a541e403c697f0b7927f8f860981ca671 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Tue, 16 Feb 2021 09:46:20 -0800 Subject: [PATCH] Add CG step to nuget GPU pipeline (#6678) --- tools/ci_build/github/azure-pipelines/nuget/templates/gpu.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/nuget/templates/gpu.yml b/tools/ci_build/github/azure-pipelines/nuget/templates/gpu.yml index 8e1c1d7157..395243c668 100644 --- a/tools/ci_build/github/azure-pipelines/nuget/templates/gpu.yml +++ b/tools/ci_build/github/azure-pipelines/nuget/templates/gpu.yml @@ -311,3 +311,7 @@ jobs: command: 'push' packagesToPush: '$(Build.BinariesDirectory)/nuget-artifact/final-package/Microsoft.ML.OnnxRuntime.DirectML.$(DirectMLNuGetPackageVersionNumber).nupkg' publishVstsFeed: '2692857e-05ef-43b4-ba9c-ccf1c22c437c/7982ae20-ed19-4a35-a362-a96ac99897b7' + + - template: ../../templates/component-governance-component-detection-steps.yml + parameters : + condition : 'always'