Hi
I am trying to use MS build to do auto deploy 3 web applications within a big solution, with the TFS build.
I am supplying the necessary MSBuild arguments except for the DeployIISAppPath.
When the build happens, TFS is trying to deploy non-web applications as well and I am getting the following error:
The "ConcatFullServiceUrlWithSiteName" task was not given a value for the required parameter "SiteAppName".
How can I get TFS to only deploy the published websites and supply the corresponding DeployIISAppPath for each website?
Many thanks
A