设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 手机 数据 公司
当前位置: 首页 > 服务器 > 搭建环境 > Windows > 正文

MSBuild由于错误APPX0002失败:任务’GenerateAppxPackageRecipe

发布时间:2021-01-05 18:00 所属栏目:117 来源:网络整理
导读:我正在尝试为我们的 Windows Store应用程序执行命令行包部署. 我的命令行说明是: msbuild /m /p:Configuration=Debug /p:Platform=x86 /target:Build 我在Windows 8.1中使用VS2013 Professional 我收到以下错误: C:\Program Files (x86)\MSBuild\Microsoft

我正在尝试为我们的 Windows Store应用程序执行命令行包部署.

我的命令行说明是:

msbuild /m  /p:Configuration=Debug /p:Platform=x86 /target:Build

我在Windows 8.1中使用VS2013 Professional

我收到以下错误:

C:\Program Files
(x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1224,9):
error APPX0002: Task ‘GenerateAppxPackageRecipe’ failed. Value cannot
be null.\r [C:\Path\Project.csproj]

C:\Program Files
(x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1224,9):
error APPX0002: Parameter name: source\r [C:\Path\Project.csproj]

我应该如何解决这个问题?

使用正确版本的msbuild.exe可以解决此错误
在安装了VS2013的干净的构建服务器上,安装了(至少)两个msbuild.exe副本.在我们的情况下,安装位置是:

C:\Program Files (x86)\MSBuild\12.0\Bin\msbuild.exe

C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe

.Net框架文件夹中的一个是给我们的错误.使用Program Files文件夹中安装的版本来解决问题.

(编辑:ASP站长网)

    网友评论
    推荐文章
      热点阅读