Skip to content

Commit

Permalink
validate package1
Browse files Browse the repository at this point in the history
  • Loading branch information
mszhanyi committed Dec 14, 2023
1 parent b17c277 commit 2549187
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -869,23 +869,23 @@ stages:
parameters:
PackageType: 'nuget'
PackagePath: '$(Build.ArtifactStagingDirectory)'
PackageName: 'Microsoft.ML.OnnxRuntime.Gpu.nupkg'
PackageName: 'Microsoft.ML.OnnxRuntime.Gpu.*nupkg'
PlatformsSupported: 'win-x64,linux-x64'
VerifyNugetSigning: false

- template: templates/validate-package.yml
parameters:
PackageType: 'nuget'
PackagePath: '$(Build.ArtifactStagingDirectory)'
PackageName: 'Microsoft.ML.OnnxRuntime.Gpu-win.nupkg'
PackageName: 'Microsoft.ML.OnnxRuntime.Gpu-win.*nupkg'
PlatformsSupported: 'win-x64'
VerifyNugetSigning: false

- template: templates/validate-package.yml
parameters:
PackageType: 'nuget'
PackagePath: '$(Build.ArtifactStagingDirectory)'
PackageName: 'Microsoft.ML.OnnxRuntime.Gpu-linux.nupkg'
PackageName: 'Microsoft.ML.OnnxRuntime.Gpu-linux.*nupkg'
PlatformsSupported: 'linux-x64'
VerifyNugetSigning: false

Expand Down

0 comments on commit 2549187

Please sign in to comment.