In the past we used the KeymanBuildServer environment variable to limit builds of Keyman for Android to Keyman build agents. This variable is used nowhere in our code/build scripts, and its purpose is not documented nor why it has a particular GUID. So we should remove the variable since it only makes things more confusing when trying to figure out differences between agents.
We can use another Keyman specific variable as condition to limit builds to the Keyman build agents instead.
In the past we used the
KeymanBuildServerenvironment variable to limit builds of Keyman for Android to Keyman build agents. This variable is used nowhere in our code/build scripts, and its purpose is not documented nor why it has a particular GUID. So we should remove the variable since it only makes things more confusing when trying to figure out differences between agents.We can use another Keyman specific variable as condition to limit builds to the Keyman build agents instead.