mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
Update c-api-cpu.yml: change nuget linux arm64 RID
This commit is contained in:
parent
7660eeef3e
commit
56be66a0ab
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ jobs:
|
|||
PackageType: 'nuget'
|
||||
PackagePath: '$(Build.ArtifactStagingDirectory)'
|
||||
PackageName: 'Microsoft.ML.OnnxRuntime.*nupkg'
|
||||
PlatformsSupported: 'win-x64,win-x86,linux-x64,linux-aarch64,osx.10.14-x64'
|
||||
PlatformsSupported: 'win-x64,win-x86,linux-x64,linux-arm64,osx.10.14-x64'
|
||||
VerifyNugetSigning: false
|
||||
|
||||
- task: PublishPipelineArtifact@0
|
||||
|
|
|
|||
Loading…
Reference in a new issue