File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -507,12 +507,7 @@ extends:
507507 eq('${{ parameters.publishNuget }}', 'true'))
508508 inputs :
509509 command : " push"
510- packagesToPush : |
511- $(Build.SourcesDirectory)\out\nupkg\CosmosDBShell.win-x64.*.nupkg
512- $(Build.SourcesDirectory)\out\nupkg\CosmosDBShell.linux-x64.*.nupkg
513- $(Build.SourcesDirectory)\out\nupkg\CosmosDBShell.linux-arm64.*.nupkg
514- $(Build.SourcesDirectory)\out\nupkg\CosmosDBShell.osx-x64.*.nupkg
515- $(Build.SourcesDirectory)\out\nupkg\CosmosDBShell.osx-arm64.*.nupkg
510+ packagesToPush : " $(Build.SourcesDirectory)\o ut\n upkg\C osmosDBShell.win-x64.*.nupkg;$(Build.SourcesDirectory)\o ut\n upkg\C osmosDBShell.linux-x64.*.nupkg;$(Build.SourcesDirectory)\o ut\n upkg\C osmosDBShell.linux-arm64.*.nupkg;$(Build.SourcesDirectory)\o ut\n upkg\C osmosDBShell.osx-x64.*.nupkg;$(Build.SourcesDirectory)\o ut\n upkg\C osmosDBShell.osx-arm64.*.nupkg"
516511 nuGetFeedType : " internal"
517512 publishVstsFeed : " CosmosDB/CosmosDBShell"
518513 allowPackageConflicts : true
You can’t perform that action at this time.
0 commit comments