Unable to create bundle.appxupload file for windows Packaging project for desktop bridge application, UWP

91 Views Asked by At

Currently I am able to build my application in release mode having Windows Packaging project as a Startup project and my UWP as Entry point to it where desktop application running in background. Previously I had created a Upload file to be uploaded on store successfully for UWP app. For its next release I implemented Desktop application using Packager project. So I have added all the necessary parameters to be used when I launch the app. Also I am able to associate the packager project to the store successfully. But when I try to generate a bundle file for Packager it takes long time and does not provide any result(no Upload bundle file) also there are no errors listed in the Error windows. it just creates a dependencies and Packager_2.1.250.0_x86.appxsym. No other files are created. What changes do I need to make when I create bundle file to be uploaded on the store for a Packager project?

0

There are 0 best solutions below