6 references to GetEnvironmentVariable
RunTests (6)
TestHistoryManager.cs (6)
34
var accessToken = options.AccessToken ??
GetEnvironmentVariable
("SYSTEM_ACCESSTOKEN");
37
var projectUri = options.ProjectUri ??
GetEnvironmentVariable
("SYSTEM_COLLECTIONURI");
40
var pipelineDefinitionIdStr = options.PipelineDefinitionId ??
GetEnvironmentVariable
("SYSTEM_DEFINITIONID");
45
var phaseName = options.PhaseName ??
GetEnvironmentVariable
("SYSTEM_PHASENAME");
48
var targetBranch = options.TargetBranchName ??
GetEnvironmentVariable
("SYSTEM_PULLREQUEST_TARGETBRANCH") ??
GetEnvironmentVariable
("BUILD_SOURCEBRANCHNAME");