需要帮助MSBuild批处理文件自动构建和部署

时间:2014-10-01 15:28:11

标签: asp.net vb.net visual-studio-2010 msbuild web-publishing

我正在使用MSBuild创建自动构建和部署批处理文件。该网站在我们的网络上,路径是服务器/网站。现在脚本运行但它无法正常工作。我认为它构建正确,当它部署它说它将(默认网站/ website_deploy ...)作为路径,它应该去(默认网站/网站..),它也是复制所有文件.aspx和.aspx.vb,任何帮助表示赞赏。谢谢

    msbuild build.xml /p:Configuration=Debug;SolutionName=Website;
    ProjectName=Website /p:PublishProfile="C:\NetProjects\branches\R6\GUIs
    \Website\App_Data\PublishProfiles\website.pubxml" /p:DeployOnBuild=True 
    /p:CreatePackageOnPublish=False 
    /p:MSDeployPublishMethod=WMSvc 
    /p:MsDeployServiceUrl="https://server:8172/MsDeploy.axd?Site=Website" 
    /p:AllowUntrustedCertificate=True 
    /p:AuthType=NTLM
    cd C:\NetProjects\Build\GUIs\Website\Debug\Package\
    website.deploy.cmd /T /M:server /U:admin /P:admin /A:NTLM

Deploy screenshot

0 个答案:

没有答案