i am using MSbuild plugin to deploy the application,Everything is working fine ,but website is mapping to inetpub/wwwroot.Here my requirement is i need to map the website to physical path c:\xxx.Please fidn the below information and suggest me the solution.thanks in advance. what is the property required to override the default physical path .i saw somewhere commandline replace property ,but how to add that property to jenkins msbuild commandline parameters.?
/p:Configuration=Debug /p:DeployOnBuild=True /p:DeployTarget=MsDeployPublish /p:MSDeployPublishMethod=Inproc /p:DeployIisAppPath="Default Web Site/abcd" /p:MsDeployServiceUrl=http://localhost/abcd /p:CreatePackageOnPublish=True /p:username="xxxx" /p:password=xxxxx /p:_PackageTempDir=c:\QueRxDemo\publish /p:VisualStudioVersion=10.0 Jenkins console output : MSDeployPublish: Starting Web deployment task from source:package(C:\xxx.zip) to Destination:auto(). -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/e160b47f-e76f-4776-8c31-ccfd10234e63%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
