开发者

TFS 2008 Build and deploy to Inetpub web folder

开发者 https://www.devze.com 2022-12-29 02:41 出处:网络
I have TFS2008 and have a build running, however, I want to automate the deployment of the build folder and place the build into the inetpub folder it belongs to.

I have TFS2008 and have a build running, however, I want to automate the deployment of the build folder and place the build into the inetpub folder it belongs to.

I.E.:

  1. Run Build
  2. After Build, automatically place the new built solution into Inetpub/wwwroot/websitefolder

I have tried xcopy, robocopy and synctoy 2.1 and I cannot get any of them to work.

(xcopy use)

<Exec Command="xcopy $(DropLocation)\$(BuildNumber)\Debug\_PublishedWebsites\IPAMIntranet C:\Inetpub\wwwroot\IPAMOnlineSystem.Test /E " />

(robocopy use)

<Exec Command="ROBOCOPY $(DropLocation)\$(BuildNumber)\Debug\_PublishedWebsites\IPAMIntranet C:\Inetpub\wwwroot\IPAMOnlineSystem.Test /S /XJ /B /R:5" />开发者_开发百科

(synctoy 2.1 use)

<Exec Command="SyncToyCmd.exe -RIPAMBuildProjectDeploy" />

Can anyone at all please help me with this dilemna?

Thank you in advance


This has been effectively resolved by using MSDeploy.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号