For the last day I've been trying to publish a Windows Store app.I'm using Visual Studio 2015, latest update. My project is created with Cordova (latest update) and works fine. The build and release give no errors. But there are some issues with the package that gets created.
1) There is not appxupload file generated. I've already downloaded Cordova update 10 where they have stated that they fixed the issue. This is not the case with me.
2) The APPX file that gets created contains an ".exe" file which has the name of my package. I don't have any idea where this comes from but it gives an error when uploading the package to Windows dev center. (The package cannot contain precompiled .NET)
I' kind of stuck now because I kind find any help on Google.