Replies: 1 comment
-
The error is caused by:
Which is invalid. The Replacment must always contain the target project name. You also have too many escapes in the replacement. For the match we need to escape for regex and then escape for json. In the replacement we only need to escape for json. See https://devopsmigration.io/docs/reference/tools/tfs-node-structure-tool/ |
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.
-
I've made good progress, but have encountered this error. Just to note, I am not able to edit any area/iteration paths on the source due to not having access to update them. I am attempting to have the RegEx do the corrections. I've attempted several different variations of the RegEx but keep getting this error.
Current TfsNodeStructure
Error Log
Beta Was this translation helpful? Give feedback.
All reactions