function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RRochaRRocha 

Unable to pass variable value to ANT script in Azure DevOps

Does anybody know how to pass variable values to ANT task in Azure Devops?
When look into my task logs, I can see the Pipeline variables been passed, but looks like it's trying to overwrite them with the values I manually entered in the build.properties file.

How to I dynamically pass the value of my Pipeline variables into the build.properties file?
Leanbridge TechnologiesLeanbridge Technologies
Does anybody know how to pass variable values to ANT task in Azure Devops?
We are trying to implement CI/CD with our Salesforce orgs but for some reason we haven't been able to pass the username, password and serverurl dynamically to our Pipeline. remaining information click here.... (https://developercommunity.visualstudio.com/content/problem/711095/unable-to-pass-pipeline-variables-to-ant-task-buil.html)
Rohit RadhakrishnanRohit Radhakrishnan
Hi Rodrigo,

Can you please take a look at this blog. Here I've a setup that passes variables from the ADO job to the ANT task in the yml.
https://salesforcerealm.com/2020/05/17/ado-for-sfdc-devs/

Let me know if helps.
Thanks,
Rohit