According to official guide - i have to build a .appxupload file via special Wizard. Unfortunately, i simply don't have the option "Store" in Project menu. I only have "test Store" with opportunities to test my app's icons, XAP-file, etc.. Can anyone help with this stupid situation? Thanks in advance.
Your app is an 8.0 app so your app will be packaged in a .xap file which is generated when you build the app using the mode Release
.
If you want to output a .appx
file you'll need to do the following:
Visual Studio 2013 Update 2 RTM
Store -> Create App Packages...