2 writes to TemplatesCustomHive
Aspire.Workload.Tests (2)
tests\Shared\WorkloadTesting\BuildEnvironment.cs (2)
212
TemplatesCustomHive
= templatesCustomHive;
262
TemplatesCustomHive
= otherBuildEnvironment.TemplatesCustomHive;
3 references to TemplatesCustomHive
Aspire.Workload.Tests (3)
tests\Shared\WorkloadTesting\BuildEnvironment.cs (2)
213
TemplatesCustomHive
?.EnsureInstalledAsync(this).Wait();
262
TemplatesCustomHive = otherBuildEnvironment.
TemplatesCustomHive
;
tests\Shared\WorkloadTesting\DotNetNewCommand.cs (1)
20
string? hiveDir = hiveDirectory ?? _buildEnvironment.
TemplatesCustomHive
?.CustomHiveDirectory;