Creating a --release build generates a _Test AppPackage. #13333
-
|
When I run It seems suspicious to generate |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
After some snooping around in the cli internals and switching to verbose logging, it is generating the msbuild command with the correct Release perameter when passing What I noticed is that while the I'm asking because my application seems to fail to launch as part of Microsoft store certification, which uses the .msixupload, but when I "Test" things using the artifacts in the "_Test" directory to install, everything works fine. |
Beta Was this translation helpful? Give feedback.
-
|
Turns out the problem was unrelated to the |
Beta Was this translation helpful? Give feedback.
Yes, the fact that the Release build has a "_Test" suffix is expected for VS projects of this type.