2 references to TestOutputDirectory
HelixTasks (2)
CreateLocalHelixTestLayout.cs (2)
27
var destination = new DirectoryInfo(Path.Combine(
TestOutputDirectory
?? string.Empty, relativeDestinationPathOnHelix));
36
Log.LogMessage($"set HELIX_CORRELATION_PAYLOAD={
TestOutputDirectory
}");