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