1 write to HELIX_WORKITEM_ROOT
HelixTestRunner (1)
HelixTestRunnerOptions.cs (1)
78HELIX_WORKITEM_ROOT = Environment.GetEnvironmentVariable("HELIX_WORKITEM_ROOT"),
8 references to HELIX_WORKITEM_ROOT
HelixTestRunner (8)
TestRunner.cs (8)
27EnvironmentVariables.Add("DOTNET_CLI_HOME", Options.HELIX_WORKITEM_ROOT); 31ProcessUtil.PrintMessage($"Current Directory: {Options.HELIX_WORKITEM_ROOT}"); 32var helixDir = Options.HELIX_WORKITEM_ROOT; 135$"tool install dotnet-dump --tool-path {Options.HELIX_WORKITEM_ROOT} --add-source {correlationPayload}", 143$"tool install dotnet-ef --tool-path {Options.HELIX_WORKITEM_ROOT} --add-source {correlationPayload}", 151$"tool install dotnet-serve --tool-path {Options.HELIX_WORKITEM_ROOT} --add-source {correlationPayload}", 170ProcessUtil.PrintMessage($"Adding current directory to nuget sources: {Options.HELIX_WORKITEM_ROOT}"); 173$"nuget add source {Options.HELIX_WORKITEM_ROOT} --configfile {filename}",