I'm deploying an Angular JS app using web deploy on VSTS. I'm also trying to target a specific path on the Azure app service, specifically /home/site/ to deploy the project files.
If not specified, the app will just deploy to /home/site/wwwroot/
To target this specific path, I'm using arguments, here is the argument:
-verb:sync -source:contentPath="$(System.DefaultWorkingDirectory)/Atlas-CI-Develop/atla s-ui/*.zip" -dest:contentPath="D:\home\site\PS.UI"
This is the only place I’m using the attribute verb, source or dest.
I’m getting an error
2017-12-18T20:45:27.4283104Z ##[error]Error: Argument '-verb' may only be specified once.