Fix an error in Nuget pipeline caused by merge conflict

This commit is contained in:
Changming Sun 2021-09-01 14:54:17 -07:00
parent b058dee648
commit fbb6f0f599

View file

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