Malformed json due to invalid sample configuration.json #958
-
I am using version 11.9.47.0 and it seems the configuration.json provided in the folder ConfigSamples (after installation using Chocolatey) is different from this configuration.json: https://github.com/nkdAgility/azure-devops-migration-tools/blob/master/configuration.json. It misses this setting for the source and target configuration:
After fixing this, I got the following error:
Which was easy to fix by putting 11.9 instead of 0.0 in the "Version" property, but caused by the same issue? The solution is probably simple, but I guess it's hidden in the pipeline in Azure DevOps. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Have you tried generating a correctly formed json? We always recommend using the generator and not the examples. |
Beta Was this translation helpful? Give feedback.
Have you tried generating a correctly formed json?
We always recommend using the generator and not the examples.