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