“GenerateAppxPackageRecipe” task was not given a value for the required parameter “AppxManifestXml”

戏子无情 提交于 2019-12-08 02:56:01

问题


Just updated to VS2015 Update 3 RC and now can't build UWP solution in Release configuration because of the following error:

C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AppxPackage\Microsoft.AppXPackage.Targets(2194,5): error MSB4044: The "GenerateAppxPackageRecipe" task was not given a value for the required parameter "AppxManifestXml".

It was fine a few minutes ago with VS2015 Update 2 and no any code changes since then.

Anyone experience something like this after update (or with fresh VS2015 Update 3 RC installation)?


回答1:


OK, repairing VS2015 Update 3 RC fixed the build issue.



来源:https://stackoverflow.com/questions/37954270/generateappxpackagerecipe-task-was-not-given-a-value-for-the-required-paramete

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!