xeronuro
9/8/2016 - 6:34 PM

CI WebDeploy using MSBuild - Creates WebDeployment package and then deploys that package using the given published profile name

CI WebDeploy using MSBuild - Creates WebDeployment package and then deploys that package using the given published profile name

## Deployment Step ##

```
MSBuild.exe C:\Projects\Class.csproj /P:Configuration=Debug /P:DeployOnBuild=true /P:DeployTarget=Package /P:PublishProfile=ClassOnlineProduction /P:_PackageTempDir=C:\packages /P:CreatePackageOnPublish=True /P:VisualStudioVersion=14.0
```