Skip to content

Commit 0769dbd

Browse files
mkruegerCopilot
andauthored
Update .pipelines/CosmosDB-Shell-Official.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 09326c2 commit 0769dbd

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.pipelines/CosmosDB-Shell-Official.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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)\out\nupkg\CosmosDBShell.win-x64.*.nupkg;$(Build.SourcesDirectory)\out\nupkg\CosmosDBShell.linux-x64.*.nupkg;$(Build.SourcesDirectory)\out\nupkg\CosmosDBShell.linux-arm64.*.nupkg;$(Build.SourcesDirectory)\out\nupkg\CosmosDBShell.osx-x64.*.nupkg;$(Build.SourcesDirectory)\out\nupkg\CosmosDBShell.osx-arm64.*.nupkg"
516511
nuGetFeedType: "internal"
517512
publishVstsFeed: "CosmosDB/CosmosDBShell"
518513
allowPackageConflicts: true

0 commit comments

Comments
 (0)