現在、msbuild を使用して Web アプリケーションを iis サーバーにデプロイしています。msdeploy (コマンド ライン) で同じことを行うにはどうすればよいですか?
MSBuild.exe myproject.csproj
/P:VisualStudioVersion=11.0
/P:Password=pass
/P:AllowUntrustedCertificate=true
/P:DeployOnBuild=True
/P:PublishProfile=deploytest
/P:DeployIISAppPath="Default Web site"
/P:MsDeployServiceUrl=my.server.com
/P:Configuration=Release