Guillaume ROUCHON

Results 46 comments of Guillaume ROUCHON

Hi @markwolff, I think both would be needed: a configurable number of retries and a manual halt (especially if you still have a path which could retry forever). This is...

Hi @JulioIzquierdo, If you want dynamic xdt i would suggest generating your xdt file with a powershell task then use this generated file in the xdt transform task.

Hi @dblock247, The task XDT transform only reads you XDT and apply it to the XML without any other change. Are you using the replace token task first to inject...

Hi @Thejaswini23, The issue is i think a limit on the system. Every variable you have is set as an environment variable before a task is run and when a...

Hi @JasonKoopmans, Thanks for the contribution, i will take a look at the PR and see for the automatic package update configuration as any version update can have breaking change...

Hi @fongkisz, Please find below the answer to your questions. (i will update the readme on next release with those details). **Who is the task author?** It's me :smile: (https://github.com/qetza)...

Hi @Jameskmonger, The task is logging when a transformation is applied, the logs looks like this: `Applying transformations '{TransformFile}' on '{SourceFile}' to '{OutputFile}'...` If you don't see this it means...

Hi @Jameskmonger, Version 3.1.0 is released and now displays a summary log output with the number of transformation applied.

Hi @arahimizadeh, You have the following task which does patching on JSON: https://marketplace.visualstudio.com/items?itemName=geeklearningio.gl-vsts-tasks-file-patch

Hi @butlerpaul1, Thanks for the PR, to avoid any breaking change (your changes are changing the existing behavior of the task) could you add a task parameter to specify how...