Add CG step to nuget GPU pipeline (#6678)

This commit is contained in:
Changming Sun 2021-02-16 09:46:20 -08:00 committed by GitHub
parent 9a01174037
commit d48a4c0a54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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