Step-By-Step ASP.NET Automated Build/Deploy

后端 未结 7 1553
南方客
南方客 2020-12-07 10:54

Seems like there are so many different ways of automating one\'s build/deployment that it becomes difficult to parse through all the different scenarios that people support

7条回答
  •  醉梦人生
    2020-12-07 10:59

    Do you have the ability to run commands remotely? The PsExec utility from Systinternals would let run a command line unzip program on the remote machine. If you have a script that copies the build as a .zip file to the remote site, you would just need one more line for the PsExec call to unzip the files.

提交回复
热议问题