5 references to CustomHivePath
Templates.Blazor.WebAssembly.Auth.Tests (5)
src\ProjectTemplates\Shared\Project.cs (2)
74var hiveArg = $"--debug:disable-sdk-templates --debug:custom-hive \"{TemplatePackageInstaller.CustomHivePath}\""; 421$" --debug:disable-sdk-templates --debug:custom-hive \"{TemplatePackageInstaller.CustomHivePath}\"" +
src\ProjectTemplates\Shared\TemplatePackageInstaller.cs (3)
53if (Directory.Exists(CustomHivePath)) 55Directory.Delete(CustomHivePath, recursive: true); 70$"new {arguments} --debug:disable-sdk-templates --debug:custom-hive \"{CustomHivePath}\"");