Getting "Unable to load processor: TfsTeamProjectConfig" #1685
-
Downloaded the source, built solution and upon running I am getting this error. Please help. 13:33:56 INF] Note: Exception data cannot be 100% guaranteed to not leak production data U:\docs\AZURE Migration\source\azure-devops-migration-tools-14.0.1\src\MigrationTools.ConsoleCore\bin\Debug\net7.0\devopsmigration.exe (process 20164) exited with code -1. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You are not using a valid config!
Please provide your config as well as what it is that you are trying to do! Your config file, as provided below, is not valid JSON. You cant use a You will also have a problem with |
Beta Was this translation helpful? Give feedback.
You are not using a valid config!
Please provide your config as well as what it is that you are trying to do!
Your config file, as provided below, is not valid JSON. You cant use a
\
in a JSON file and need to escape it using an extra one, like\\
.You will also have a problem with
NodeBasePaths
as it also needs escaped not just for JSON but also for REGEX.