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