Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zahidferz opened this issue Jul 3, 2020 · 3 comments

Comments

@zahidferz
Copy link

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

@bqstony
Copy link

bqstony commented Jan 25, 2021

I am try the same. Have you @zahidferz a solution?

@lachlann562
Copy link

that sounds like it couldn't find the nuget path

@zahidferz
Copy link
Author

I have to store them locally and then move it back again to the new feed . Not the better solution . But the one that it works :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants