I am creating a UWP application in Visual Studio and after cloning my project from GitHub into a separate system, mine was TemporaryKey.pfxmissing and I generated a new one in the manifest.
I noticed that after that every time I pressed the start button:

it will launch the application that is currently deployed on my system. Since I used this button in VS, she usually built my project, deployed it and then started it, whereas now it starts an application that has already been deployed before.
This means that every time I make changes to the code, I have to right-click my project to deploy, before starting it to see any changes.
I can’t understand why this is happening, but I suspect this because of the key mentioned at the beginning.
source
share