AzureDevOpsPipelineProcessor: Unable to cast object of type 'MigrationTools.Clients.TfsTeamProjectEndpoint' to type 'MigrationTools.Endpoints.AzureDevOpsEndpoint #2434
-
Hi, we need some help with AzureDevOpsPipelineProcessor. With the config below we are getting the following error while migrating Pipelines using AzureDevOpsPipelineProcessor, migrating workitems using TfsWorkItemMigrationProcessor works as expected (so Organization, Source/Target Project Names, PAT are correct. ) For AzureDevOpsPipelineProcessor it shows
Here is our configuration.json file
Are there any other settings missing in config? Checked documentation and all discussions here where the error or AzureDevOpsPipelineProcessor are mentioned. We are using the latest 16.0.4 version. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The If you add a source and target |
Beta Was this translation helpful? Give feedback.
The
AzureDevOpsPipelineProcessor
does not use theTfsTeamProjectEndpoint
endpoints, it needs theAzureDevOpsEndpoint
.If you add a source and target
AzureDevOpsEndpoint
and set theSourceName
andTargetName
to those new endponts, you should be good to go.