You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the TfsNodeStructureTool Iteration mappings to translate iteration paths.I have 2 lines in the mapping definition:- "Foo\\\\AAA\\\\123\\\\(.+)": "FooDest\\AAA\\$1"- "Foo\\\\(.+)": "FooDest\\$1"
Version
Source Version
Azure DevOps Service
Target Version
Azure DevOps Service
Relevant configuration
Relevant log output
What happened?
Iteration path "Foo\AAA\123\test\azerty" should be translated to "Foo\AAA\test\azerty" instead of "FooDest\AAA\123\test\azerty"
Apparently, the match is done on all lines instead of stopping at the first match
Debug in Visual Studio
The text was updated successfully, but these errors were encountered: