How to build Windows 10 appxupload(ready to submit to store) package by command line
问题 Tried with msbuild command line as msbuild App1.sln /t:Publish /p:Configuration=Release and also tried as described in http://blogs.msdn.com/b/wsdevsol/archive/2014/02/12/create-a-windows-store-appx-package-and-sign-it.aspx, only appx packages are built which cannot be used to submit to store. 回答1: Try to add the /p:AppxPackageIsForStore=true parameter. 回答2: We're using option: /p:UapAppxPackageBuildMode=StoreUpload There's a good related blog post here: https://blogs.msdn.microsoft.com