2 references to TempDir
Aspire.Workload.Tests (2)
tests\Shared\WorkloadTesting\BuildEnvironment.cs (1)
32
public static readonly string TestRootPath = Path.Combine(
TempDir
, "templates-testroot");
tests\Shared\WorkloadTesting\TemplateCustomHive.cs (1)
108
: Path.Combine(BuildEnvironment.
TempDir
, "templates", "working")); // avoid running from the repo