-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REGRESSION]: FileTransform@2 task now returns SucceededWithIssues
if there is nothing to transform
#20835
Comments
It depends whether you have |
This is breaking logic in our pipelines. The error was annoying before, but now its a showstopper. |
When will this be addressed? |
Hi All, we have fixed the issue by overriding the task version to 2.246.1 and are currently working on code changes. |
How did you manage to do that? |
@wouter-vanderauwera-fluvius We have a command to override the task version to the previously working version, and using that, we created a config change. |
this is breaking our release pipeline. There doesn't seem to be way for us to selective choose the working version in classic release. I know we can do that in YAML by using task@version number. Anyone has any ideas? |
Can this change be rolled back until there's a fix?... It's unreasonable to leave this broken for something that impacts so many users in production environments.... |
2.246.1 seems to have a bug with the XML transform task which causes it to run on non-windows platforms even if it isn't selected.
|
we have merged the PR, and deployments will start on Monday or Tuesday. I will let you know once the deployments are completed. |
Is there an ETA for this to be generally available? |
Hello Team, may I know if the deployments are done? Thanks! |
Hi All, We have made the necessary code changes and have already triggered task deployments, which are completed up to Ring 2. The changes are expected to be rolled out to all rings by this weekend. I will let you know once the deployment is completed. |
New issue checklist
Task name
FileTransform@2
Breaking task version
2.249.1
Last working task version
2.246.1
Regression Description
In the previous version, if there was nothing to transform in the file, an error message would appear but the task would return

Succeeded
Now if there is nothing to transform in the file, the error message appears but the task now returns

SucceededWithIssues
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
ubuntu-22.04
Relevant log output
Full task logs with system.debug enabled
Repro steps
The text was updated successfully, but these errors were encountered: