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
```