1 write to WorkingDirectory
Aspire.EndToEnd.Tests (1)
tests\Shared\WorkloadTesting\ToolCommand.cs (1)
39WorkingDirectory = dir;
6 references to WorkingDirectory
Aspire.EndToEnd.Tests (6)
tests\Shared\WorkloadTesting\ToolCommand.cs (6)
237if (WorkingDirectory == null) 242return $" in pwd {WorkingDirectory}"; 256if (!string.IsNullOrWhiteSpace(WorkingDirectory)) 258if (!Directory.Exists(WorkingDirectory)) 260throw new DirectoryNotFoundException($"Working directory '{WorkingDirectory}' does not exist."); 262psi.WorkingDirectory = WorkingDirectory;