mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
Fix an error in Nuget pipeline caused by merge conflict
This commit is contained in:
parent
b058dee648
commit
fbb6f0f599
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ jobs:
|
|||
parameters:
|
||||
NugetPath: '$(Build.ArtifactStagingDirectory)'
|
||||
NugetPackage: 'Microsoft.ML.OnnxRuntime.*nupkg'
|
||||
PlatformsSupported: 'win-x64,win-x86,linux-x64,osx.10.13-x64'
|
||||
PlatformsSupported: 'win-x64,win-x86,linux-x64,osx.10.14-x64'
|
||||
VerifyNugetSigning: false
|
||||
|
||||
- task: PublishPipelineArtifact@0
|
||||
|
|
|
|||
Loading…
Reference in a new issue