Commit 439078e
committed
fix: Update TFS URI handling in TfsEmbededImagesTool.cs
Modified the condition for validating `matchedSourceUri` to check if its `PathAndQuery` starts with "/tfs" instead of looking for "tfs/DefaultCollection". This change enhances the flexibility of URI processing for TFS.1 parent 0e42413 commit 439078e
File tree
1 file changed
+1
-1
lines changed- src/MigrationTools.Clients.TfsObjectModel/Tools
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments