1 write to SharedEnvFile
Aspire.Hosting.Docker (1)
DockerComposePublishingContext.cs (1)
165environment.SharedEnvFile = envFile;
4 references to SharedEnvFile
Aspire.Hosting.Docker (4)
DockerComposeEnvironmentResource.cs (3)
330if (CapturedEnvironmentVariables.Count == 0 || SharedEnvFile is null) 349SharedEnvFile.Add(key, defaultValue, description, onlyIfMissing: false); 352SharedEnvFile.Save(envFilePath, includeValues: true);
DockerComposePublishingContext.cs (1)
156var envFile = environment.SharedEnvFile ?? EnvFile.Load(envFilePath);