microsoft / vsts-cloudfoundry

Azure DevOps Extension for Cloud Foundry
MIT License
20 stars 23 forks source link

Need the ability for setting CF_HOME in the task #32

Closed psgmurugan closed 4 years ago

psgmurugan commented 4 years ago

We have a VSTS on a server which has around 4 agents. When this task logs in to CF it uses the location "/.cf/config.json" as a semaphore to persist the session. If I login from an agent and start the release and parallelly if another release is going on, they both touch the same semaphore and results in conflict.

lkillgore commented 4 years ago

Fixed in 1.164.0. Thanks @mozts2005!

psgmurugan commented 4 years ago

Thank you for the update