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)
184Console.WriteLine($"*** Using path for projects: {TestRootPath}"); 186Directory.CreateDirectory(TestRootPath); 217if (!Directory.Exists(TestRootPath)) 224Directory.Delete(TestRootPath, recursive: true); 230Console.WriteLine($"\tFailed to delete {TestRootPath} . Deleting subdirectories."); 231foreach (var dir in Directory.GetDirectories(TestRootPath)) 247throw new InvalidOperationException($"Error deleting '{TestRootPath}'.", ex);