我正在尝试使用 msbuild 从发布配置文件构建部署包。我使用来自https://stackoverflow.com/a/15079260/492336的命令:
msbuild.exe MyProject.csproj /p:DeployOnBuild=true;PublishProfile=MyProfile
但我收到此错误:
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Web\Microsoft.Web.Publishing.targets(3683,5): error MSB4044: The "CheckPathAttributes" task is not given an value for the required参数“路径”。[c:\Workspace\MyProject\MyProject.csproj]
我应该如何修复它?