6 references to GetEnvironmentVariable
RunTests (6)
TestHistoryManager.cs (6)
32
var accessToken = options.AccessToken ??
GetEnvironmentVariable
("SYSTEM_ACCESSTOKEN");
35
var projectUri = options.ProjectUri ??
GetEnvironmentVariable
("SYSTEM_COLLECTIONURI");
38
var pipelineDefinitionIdStr = options.PipelineDefinitionId ??
GetEnvironmentVariable
("SYSTEM_DEFINITIONID");
43
var phaseName = options.PhaseName ??
GetEnvironmentVariable
("SYSTEM_PHASENAME");
46
var targetBranch = options.TargetBranchName ??
GetEnvironmentVariable
("SYSTEM_PULLREQUEST_TARGETBRANCH") ??
GetEnvironmentVariable
("BUILD_SOURCEBRANCHNAME");