2 references to EnvironmentVariables
Aspire.Hosting.Azure.Kubernetes (2)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (2)
37
? PathLookupHelper.ResolveExecutablePath(processSpec.ExecutablePath, processSpec.
EnvironmentVariables
)
70
foreach (var (key, value) in processSpec.
EnvironmentVariables
)