8 references to TestRootPath
Aspire.Workload.Tests (8)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
81string rootDir = Path.Combine(BuildEnvironment.TestRootPath, id);
tests\Shared\WorkloadTesting\BuildEnvironment.cs (7)
186Console.WriteLine($"*** Using path for projects: {TestRootPath}"); 188Directory.CreateDirectory(TestRootPath); 219if (!Directory.Exists(TestRootPath)) 226Directory.Delete(TestRootPath, recursive: true); 232Console.WriteLine($"\tFailed to delete {TestRootPath} . Deleting subdirectories."); 233foreach (var dir in Directory.GetDirectories(TestRootPath)) 249throw new InvalidOperationException($"Error deleting '{TestRootPath}'.", ex);