I am creating an .msix package from VS 2019. The application being packaged is a .NET Core 3.1 WFP desktop app.
The package (.msixbundle) executes correctly and is named correctly.
However, the folder that the package is placed always has a "_Test" appended (suffix) to the end of the folder it is located in. If I publish the package to a web server or file share there will be an accumulation of folders ending in "_Test". This occurs regardless of whether I'm creating a debug or release version.
I have search the Solution for the word Test but it's not there. I've created simple generic apps and the "_Test" suffix is always present on the folder names of the packages.
Where does this come from?