I am creating the bundle file for Windows Application packager project that is the intermediate project to combine my UWP and desktop application functionality. My project builds successfully but whenever I try to create the Appx bundle file it gives me following error:
The OutputPath property is not set for project 'Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Release' Platform='AnyCPU'.
This error may also appear if some other project is trying to follow a project-to-project reference to this project, this project has been unloaded or is not included in the solution, and the referencing project does not build using the same or an equivalent Configuration or Platform
I tried changing the output path and also my output seems to be present in the right directory.
How can I get rid of this error by making changes?