[Bug]: Using TfsEmbededImagesTool fails with certain process template configurations #2499
FlexiGit
announced in
Exceptions
Replies: 1 comment
-
Please submit a PR for this change. |
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.
-
Version
Source Version
Azure DevOps Service
Target Version
Azure DevOps Service
Relevant configuration
No response
Relevant log output
What happened?
Running a pretty minimal config with one of our projects, the above stacktrace appears many times in the logs.
Looking at the code, there should be an easy fix, though.
In MigrationTools.Tools.TfsEmbededImagesTool.UploadImageToTarget(WorkItem wi, String filePath) in C:\GitRepos\azure-devops-migration-tools\src\MigrationTools.Clients.TfsObjectModel\Tools\TfsEmbededImagesTool.cs:line 199
you could use the bypassRules = true optional parameter, also in line 205.
Debug in Visual Studio
Beta Was this translation helpful? Give feedback.
All reactions