1 write to ComposeFilePath
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentResource.cs (1)
581ComposeFilePath = Path.Combine(outputPath, "docker-compose.yaml"),
4 references to ComposeFilePath
Aspire.Hosting (2)
Publishing\ContainerRuntimeBase.cs (2)
885var arguments = context.ComposeFilePath is not null 886? $"compose -f \"{context.ComposeFilePath}\" --project-name \"{context.ProjectName}\""
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentResource.cs (1)
429stateSection.Data["ComposeFilePath"] = composeContext.ComposeFilePath;
Aspire.Hosting.Docker.Tests (1)
DockerComposeTests.cs (1)
990Assert.Null(fakeRuntime.LastComposeDownContext.ComposeFilePath);