MSDeploy fails to deploy manually zipped package

后端 未结 3 1912
孤街浪徒
孤街浪徒 2021-01-12 07:44

Earlier I was building and deploying web project using msbuild.exe

Now I want to modify some files before deploying, so I make a .zip package using msbuild, then unz

3条回答
  •  萌比男神i
    2021-01-12 08:21

    Dan Kendall's answer helped me but in the end I didn't need to use 7Zip. I prefer this way because then I don't need to install 7Zip on the build server.

    The answer was simple, I just switched from using Zip to Archive Files

提交回复
热议问题