5 references to LocalHive
Aspire.Deployment.EndToEnd.Tests (5)
AcaCompactNamingUpgradeDeploymentTests.cs (1)
301CliInstallMode.LocalHive or CliInstallMode.Preinstalled => "aspire update --channel local",
Helpers\DeploymentE2EAutomatorHelpers.cs (1)
36case CliInstallMode.LocalHive:
tests\Shared\CliInstallStrategy.cs (3)
302return new CliInstallStrategy(CliInstallMode.LocalHive, archivePath: archivePath); 536case CliInstallMode.LocalHive: 595CliInstallMode.LocalHive => $"LocalHive ({ArchivePath})",