mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-29 23:06:41 +00:00
Explicitly specify NugetPackage parameter while validating nuget in some release pipelines (#3139)
This commit is contained in:
parent
3de1fc096d
commit
3464801c3e
3 changed files with 3 additions and 0 deletions
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue