For builds registered with BuildHistory.RegisterExternalBuild, the name of the package whose build pipeline made the build. An empty string for all other builds.
This value corresponds to ExternalBuildInfo.ProducerPackage. It is null when read
from a summary written before this field existed, so test it with string.IsNullOrEmpty.