Error in migrating pipelines
This is for issues: For questions on usage please use https://stackoverflow.com/questions/tagged/azure-devops-migration-tools and tag with azure-devops-migration-tools
Describe your issue:
Unable to migrate the build & release pipelines I am migrating the pipelines from one organization to another in Azure DevOps under same account.
Please try to describe your objective.
Describe any Exceptions:

Source Details
- Source Version: Azure DevOps Services
- Source Language: Eng
Target Details
-
Target Version: Azure DevOps Services
-
Target Language: Eng
I have completed the following:
- [ ] Specified the Source and Target environments above
- [ ] Attached the full Logfile from your last run
- [ ] Attached the full Configuration file
@MrHinsh Can you please have a look at this?
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days
This issue still exists and I didn't find any solution or response yet.
I ran into this as well. I believe you need to create Personal Access tokens and add them in your endpoints. Something like:
"AuthenticationMode": "AccessToken",
"AccessToken": "myTokenHere"
See the example in the docs: https://github.com/nkdAgility/azure-devops-migration-tools/blob/master/docs/Processors/AzureDevOpsPipelineProcessorOptions.md#example
Note that I couldn't get the Prompt authentication mode to work. I think it has to be AccessToken for some reason.