4 references to EnvironmentVariables
aspire (4)
Projects\GuestRuntime.cs (4)
83if (_spec.InstallDependencies.EnvironmentVariables is not null) 85foreach (var (key, value) in _spec.InstallDependencies.EnvironmentVariables) 189if (commandSpec.EnvironmentVariables is not null) 191foreach (var (key, value) in commandSpec.EnvironmentVariables)