8 references to TestRootPath
Aspire.Workload.Tests (8)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
68string rootDir = Path.Combine(BuildEnvironment.TestRootPath, id);
tests\Shared\WorkloadTesting\BuildEnvironment.cs (7)
150Console.WriteLine($"*** [{TargetFramework}] Using path for projects: {TestRootPath}"); 152Directory.CreateDirectory(TestRootPath); 173if (!Directory.Exists(TestRootPath)) 180Directory.Delete(TestRootPath, recursive: true); 186Console.WriteLine($"\tFailed to delete {TestRootPath} . Deleting subdirectories."); 187foreach (var dir in Directory.GetDirectories(TestRootPath)) 202throw new InvalidOperationException($"Error deleting '{TestRootPath}'.", ex);