Skip to content

Move-MyGetNuGetPackages Fails From one private Feed on Azure DevOps to another private Feed on Azure DevOps #7

@zahidferz

Description

@zahidferz

I have Tried to move my nugget packages from one private feed(sourcefeed) stored on an Azure Devops Org (org1) , to another Private (destinationfeed) feed Organization on Azure Devops (org2) , and when i type the command

Move-MyGetNuGetPackages -SourceIndexUrl 'https://pkgs.dev.azure.com/org1/_packaging/sourcefeed/nuget/v3/index.json'
-DestinationIndexUrl 'https://pkgs.dev.azure.com/org2/destinationfeed/_packaging/nuget/v3/index.json' -DestinationPAT 'xxxxxxxxxxxxxxxxxxxxxx' -DestinationFeedName ‘destinationfeed’ -SourceUsername ‘user’ -SourcePassword $password -Verbose

I get and error

I attach the error log down here
error.log.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions