We have a build server, which runs MSBuild on a solution containing our AIP project. On the dev. machine, we use assembly version 1.0.0.0, but the build server will change that to something else, ex: 23.1.0.<build>. That way, we can easibly identify a file, if it comes from a dev machine, or a build server in test, production etc.
But sadly that triggers the "Generate new Product Code" popup...on the build server. How do we prevent that?