-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
New issue checklist
- I searched for existing GitHub issues
- I read pipeline troubleshooting guide
- I checked how to collect logs
Task name
FileTransformV2
Task version
2.249.1
Issue Description
Using FileTransformV2 for XML variable substitution you get some similar output as below:
Processing substitution for xml node : connectionStrings
Processing substitution for xml node : appSettings
Updating value for key= SpaPath with token value: CONFIG_FILE_SETTINGS_TOKEN(SpaPath)
You can see individual keys that were updated within appSettings, one example above.
You don't get the same output when it's updating connectionStrings - it outputs that the section was processed, and they are processed fine but there is no output per key/value pair in devops.
Seems to be caused by these lines:
updateXmlConnectionStringsNodeAttribute is using tl.debug whereas updateXmlNodeAttribute is using console.log
Environment type (Please select at least one enviroment where you face this issue)
- Self-Hosted
- Microsoft Hosted
- VMSS Pool
- Container
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Win11
Relevant log output
No error - just different outputFull task logs with system.debug enabled
No response