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