Explicitly specify NugetPackage parameter while validating nuget in some release pipelines (#3139)

This commit is contained in:
Hariharan Seshadri 2020-03-10 15:14:09 -07:00 committed by GitHub
parent 3de1fc096d
commit 3464801c3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

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

View file

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

View file

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