6 references to PolyglotImageEnvironmentVariableName
Aspire.Cli.EndToEnd.Tests (6)
Helpers\CliE2ETestHelpers.cs (2)
299throw new InvalidOperationException($"{PolyglotImageEnvironmentVariableName} must be set when the prebuilt CLI E2E polyglot image is required."); 316DockerfileVariant.Polyglot => PolyglotImageEnvironmentVariableName,
Helpers\CliInstallStrategyTests.cs (4)
263(CliE2ETestHelpers.PolyglotImageEnvironmentVariableName, "aspire-cli-e2e-polyglot:prebuilt"), 279(CliE2ETestHelpers.PolyglotImageEnvironmentVariableName, null), 287Assert.Contains(CliE2ETestHelpers.PolyglotImageEnvironmentVariableName, exception.Message); 999(CliE2ETestHelpers.PolyglotImageEnvironmentVariableName, null),