Why does the "Create App Packages" dialog have an option for Neutral/AnyCPU?
On Visual Studio 17.3 we could use it. But now it just gives an error of
There was a mismatch between the processor architecture...
(For more details of the error etc. see here.)
So why does the dialog still have this option? Is there still a way to build for all architectures in one build? If so, how?
(And if there's a different way for publishing for all platforms at the same time instead of publishing for X86, changing in configuration manager to X64 and publishing, changing to ARM... - I'd be happy to hear about it.)
Also, when not all configurations are checked, it shows an extra message "Select all architectures..." as seen here:
even though that always fails, because only what is specified in Configuration Manager can work. So why have that as well?