Jenkins, MSBuild and Web Deploy: Unable to create Web Package
问题 I'm currently trying to create a Jenkins CI job on a build server (Windows Server R2), which has turned out to require a lot more work without installing Visual Studio. For this job, I am trying to build a Web package using the .csproj file from my Visual Studio project. Here's a look at my MSBuild action setup in Jenkins: MSBuild Version: .NET 4.0 MSBuild Build File: MyProject\MyProj.Web\MyProj.Web.csproj Command Line Arguments: /T:Build;Package /p:Configuration=Release;PackageLocation="C: