AzureDevOpsPipelineProcessor invalid schema #3131
eerstenk-byte
started this conversation in
General
Replies: 1 comment
-
|
Your list off fields on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Version
Source Version
Azure DevOps Service
Target Version
Azure DevOps Service
Relevant configuration
{ "Serilog": { "MinimumLevel": "Debug" }, "MigrationTools": { "Version": "16.0", "Endpoints": { "Source": { "EndpointType": "AzureDevOpsEndpoint", "Organisation": "https://dev.azure.com/XXXX", "Project": "XXXX", "AuthenticationMode": "AccessToken", "AccessToken": "XXXXXXXX" }, "Target": { "EndpointType": "AzureDevOpsEndpoint", "Organisation": "https://dev.azure.com/YYYY", "Project": "YYY", "AuthenticationMode": "AccessToken", "AccessToken": "YYYYYYYYY" } }, "Processors": [ { "ProcessorType": "AzureDevOpsPipelineProcessor", "BuildPipelines": "", "Enabled": "True", "MigrateBuildPipelines": "True", "MigrateReleasePipelines": "True", "MigrateServiceConnections": "True", "MigrateTaskGroups": "True", "MigrateVariableGroups": "True", "ReleasePipelines": "", "SourceName": "Source", "TargetName": "Target" } ] } }Relevant log output
What happened?
this is not the only config tried i have also tried these two varieties
and also
Debug in Visual Studio
Beta Was this translation helpful? Give feedback.
All reactions