-
I have had to revert to an older version of the tool in order to get workitem migration working on some projects. I am also trying to automate this process in a pipeline, but whenever I run with the older tool I get the below prompt. Is there a way to supress this? You are currently running version 11.12.23.0 and a newer version (13.0.8.0) is available. You should upgrade now using Chocolatey command 'choco upgrade vsts-sync-migrator' from the command line. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can add |
Beta Was this translation helpful? Give feedback.
You can add
skipVersionCheck
to the args on the command line to skip it!azure-devops-migration-tools/src/MigrationTools.Host/StartupService.cs
Lines 47 to 58 in 9e3509a