microsoft / VSTSAgent.PowerShell

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

Add quotes to install args #29

Closed tbalasavage closed 3 years ago

tbalasavage commented 3 years ago

This PR adds quotes to all installation arguments passed to Start-Process. The intent is to ensure all current and future arguments are quoted without the need to quote them individually.