I'm creating a package of my UWP App for Microsoft store.
My app supports 3 languages: English - default, Swedish and Danish.
If I do not manually clean up obj and bin folder then the generated MyApp.appxbundle file do not contain language packs: MyApp_language-sv.appx, MyApp_language-da.appx, as a result my app can not be localized to those languages.
I do not want to cleanup the folders each time. Any ideas except creating a script to delete the folders on build?