我只想构建源代码并将其复制到另一个文件夹,但我有问题或者我没有得到它或两者兼而有之:
/p:Configuration=Release
/p:OutputPath=bin
/p:DeployOnBuild=True
/p:DeployTarget=MSDeployPublish
/p:MsDeployServiceUrl=https://{server}:8172/msdeploy.axd
/p:username=****
/p:password=****
/p:AllowUntrustedCertificate=True
/p:DeployIisAppPath=test.livesite.com
/p:MSDeployPublishMethod=WMSVC
我真正想要的是让它构建并成功复制到:D:\f1\f2\website。我该怎么做呢?
我做了一些更改,现在是我所在的位置:
Build
MSBuild
src\ZooKeeper.Web\ZooKeeper.Web.csproj
MSDeployPublish
VSMSDeploy
C:\Program Files(x86)\MSBuild\Microsoft\VisualStudio\v11.0\Web\Microsoft.Web.Publishing.targets(4377, 5): error
ERROR_COULD_NOT_CONNECT_TO_REMOTESVC: Web deployment task failed.
(Could not connect to the remote computer ("ZooKeeper")
using the specified process ("Web Management Service") because the server did not
respond. Make sure that the process ("Web Management Service") is started on the remote
computer. Learn more at: http://go.microsoft.com/fwlink/?
LinkId=221672#ERROR_COULD_NOT_CONNECT_TO_REMOTESVC.)
Project src\ZooKeeper.Web\ZooKeeper.Web.csproj failed.
src\ZooKeeper.Web.Tests\ZooKeeper.Web.Tests.csproj
Project src\ZooKeeper.Web.Tests\ZooKeeper.Web.Tests.csproj failed.
Project src\ZooKeeper.Web.sln failed.