-
I'm attempting to run the TestPlansAndSuites and Query Migration Processors but they are just stopping once they get to Telemetry: True. Checking the logs I see it makes 2 log files but one just shows the console output and the other is blank. These are my configs, they're basically vanilla since I'm running against an example collection. If I run the normal work item migration everything works fine so its not an account or permissions issue, I just don't know how to figure out what the problem is.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Running through Visual Studio the TestPlans Migration Processor is catching this lines exception:
But shouldnt it be skipping this since I set this option to false in the cofig?
Or am I misunderstanding what this line is doing? |
Beta Was this translation helpful? Give feedback.
Found it... The cleanup was in preview not prod... Pushed now.