I have all icon assets sorted out for a UWP app as detailed here except for the icon on the Taskbar. This is because I find the description at the link referred to somewhat long-winded and confusing as to how I should name an icon that should show up on the Taskbar (when the app is running).
I have icon sizes prepared in dimensions of 16x16, 24x24, 32x32, 48x48, 256x256. I named them as recommended as MyAppNameAppList.targetsize-XX.png where XX is 16, 24, 32, 48 or 256. As I've indicated above, I've no trouble with other icons (on tiles, etc.) but the one on the Taskbar which doesn't show up.
What am I doing wrong? Help!