5 references to CustomHivePath
Templates.Tests (5)
src\ProjectTemplates\Shared\Project.cs (2)
73var hiveArg = $" --debug:disable-sdk-templates --debug:custom-hive \"{TemplatePackageInstaller.CustomHivePath}\""; 417$" --debug:disable-sdk-templates --debug:custom-hive \"{TemplatePackageInstaller.CustomHivePath}\"" +
src\ProjectTemplates\Shared\TemplatePackageInstaller.cs (3)
52if (Directory.Exists(CustomHivePath)) 54Directory.Delete(CustomHivePath, recursive: true); 69$"new {arguments} --debug:disable-sdk-templates --debug:custom-hive \"{CustomHivePath}\"");