Saturday, July 7, 2012

TFS Build Arguments to deploy a build

Build arguments:

/p:Configuration=ConfigurationName
/p:DeployOnBuild=True
/p:DeployTarget=MsDeployPublish
 /p:CreatePackageOnPublish=False
/p:MSDeployPublishMethod=RemoteAgent
  /p:AllowUntrustedCertificate=True
/p:MSDeployServiceUrl=ServerName
/p:DeployIisAppPath=ApplicationName
/p:UserName=UserName /p:Password=Password

No comments: