From 3464801c3e2e3a4bee0cfdf313ab98c5b7a207d2 Mon Sep 17 00:00:00 2001 From: Hariharan Seshadri Date: Tue, 10 Mar 2020 15:14:09 -0700 Subject: [PATCH] Explicitly specify NugetPackage parameter while validating nuget in some release pipelines (#3139) --- .../github/azure-pipelines/nuget/templates/cpu-mklml.yml | 1 + .../azure-pipelines/nuget/templates/cpu-nocontribops-arm64.yml | 1 + tools/ci_build/github/azure-pipelines/nuget/templates/cpu.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/nuget/templates/cpu-mklml.yml b/tools/ci_build/github/azure-pipelines/nuget/templates/cpu-mklml.yml index c55e46149d..91e0023b63 100644 --- a/tools/ci_build/github/azure-pipelines/nuget/templates/cpu-mklml.yml +++ b/tools/ci_build/github/azure-pipelines/nuget/templates/cpu-mklml.yml @@ -168,6 +168,7 @@ jobs: - template: ../../templates/validate-nuget.yml parameters: NugetPath: '$(Build.ArtifactStagingDirectory)' + NugetPackage: 'Microsoft.ML.OnnxRuntime.MKLML*nupkg' PlatformsSupported: 'win-x64,linux-x64,osx-x64' VerifyNugetSigning: ${{ parameters.DoEsrp }} diff --git a/tools/ci_build/github/azure-pipelines/nuget/templates/cpu-nocontribops-arm64.yml b/tools/ci_build/github/azure-pipelines/nuget/templates/cpu-nocontribops-arm64.yml index 8d43f785ac..771a39c0ce 100644 --- a/tools/ci_build/github/azure-pipelines/nuget/templates/cpu-nocontribops-arm64.yml +++ b/tools/ci_build/github/azure-pipelines/nuget/templates/cpu-nocontribops-arm64.yml @@ -224,6 +224,7 @@ jobs: - template: ../../templates/validate-nuget.yml parameters: NugetPath: '$(Build.ArtifactStagingDirectory)' + NugetPackage: 'Microsoft.ML.OnnxRuntime.*nupkg' PlatformsSupported: 'win-x64,win-x86,win10-arm,linux-x64,osx-x64' VerifyNugetSigning: ${{ parameters.DoEsrp }} diff --git a/tools/ci_build/github/azure-pipelines/nuget/templates/cpu.yml b/tools/ci_build/github/azure-pipelines/nuget/templates/cpu.yml index a63988a71b..4c98f9bbf0 100644 --- a/tools/ci_build/github/azure-pipelines/nuget/templates/cpu.yml +++ b/tools/ci_build/github/azure-pipelines/nuget/templates/cpu.yml @@ -206,6 +206,7 @@ jobs: - template: ../../templates/validate-nuget.yml parameters: NugetPath: '$(Build.ArtifactStagingDirectory)' + NugetPackage: 'Microsoft.ML.OnnxRuntime.*nupkg' PlatformsSupported: 'win-x64,win-x86,linux-x64,osx-x64' VerifyNugetSigning: ${{ parameters.DoEsrp }}