8 references to TestRootPath
Aspire.EndToEnd.Tests (8)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
97rootDir = projectDir = Path.Combine(BuildEnvironment.TestRootPath, id);
tests\Shared\TemplatesTesting\BuildEnvironment.cs (7)
195Console.WriteLine($"*** Using path for projects: {TestRootPath}"); 197Directory.CreateDirectory(TestRootPath); 228if (!Directory.Exists(TestRootPath)) 235Directory.Delete(TestRootPath, recursive: true); 241Console.WriteLine($"\tFailed to delete {TestRootPath} . Deleting subdirectories."); 242foreach (var dir in Directory.GetDirectories(TestRootPath)) 258throw new InvalidOperationException($"Error deleting '{TestRootPath}'.", ex);