1 write to ArchivePath
Aspire.Cli.EndToEnd.Tests (1)
tests\Shared\CliInstallStrategy.cs (1)
283ArchivePath = archivePath;
3 references to ArchivePath
Aspire.Cli.EndToEnd.Tests (3)
Helpers\CliE2EAutomatorHelpers.cs (1)
415var archivePath = strategy.ArchivePath ?? throw new InvalidOperationException("LocalHive strategy is missing the archive path.");
tests\Shared\CliInstallStrategy.cs (2)
537config.Volumes.Add($"{ArchivePath}:/tmp/aspire-localhive.tar.gz:ro"); 595CliInstallMode.LocalHive => $"LocalHive ({ArchivePath})",