microsoft / VSTSAgent.PowerShell

Tools for managing and automating your Azure DevOps Agents.
MIT License
29 stars 23 forks source link

No way to specify work folder for agent. #11

Closed jwittner closed 5 years ago

jwittner commented 5 years ago

This argument to Install-VSTSAgent should configure the work folder via:

--work <workDirectory>            Work directory where job data is stored. Defaults to _work under the
                                  root of the agent directory. The work directory is owned by a given
                                  agent and should not share between multiple agents.