It is possible if you use .proj file at the time of building.
and if you want to deploy to an existing website in IIS , you've to use MS arguments.
MS arguments that needs to be placed in build definition
/p:DeployOnBuild=True /p:DeployTarget=MsDeployPublish /p:MSDeployPublishMethod=InProc /p:MSDeployServiceUrl=win-gs9gmujits8 /p:DeployIISAppPath="Sites/Website name"
and if you want to deploy to an existing website in IIS , you've to use MS arguments.
MS arguments that needs to be placed in build definition
/p:DeployOnBuild=True /p:DeployTarget=MsDeployPublish /p:MSDeployPublishMethod=InProc /p:MSDeployServiceUrl=win-gs9gmujits8 /p:DeployIISAppPath="Sites/Website name"
No comments:
Post a Comment