12 references to DockerfilePath
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (2)
1524Dockerfile = dockerfileBuildAnnotation.DockerfilePath, 1565Dockerfile = dockerfileBuildAnnotation.DockerfilePath,
Publishing\ManifestPublishingContext.cs (1)
308Writer.WriteString("dockerfile", GetManifestRelativePath(annotation.DockerfilePath));
Publishing\ResourceContainerImageBuilder.cs (1)
204dockerfileBuildAnnotation.DockerfilePath,
Aspire.Hosting.Containers.Tests (8)
WithDockerfileTests.cs (8)
618Assert.Equal(tempDockerfilePath, annotation.DockerfilePath); 633Assert.Equal(tempDockerfilePath, annotation.DockerfilePath); 649Assert.Equal(tempDockerfilePath, annotation.DockerfilePath); 664Assert.Equal(tempDockerfilePath, annotation.DockerfilePath); 680Assert.Equal(tempDockerfilePath, annotation.DockerfilePath); 695Assert.Equal(tempDockerfilePath, annotation.DockerfilePath); 711Assert.Equal(tempDockerfilePath, annotation.DockerfilePath); 726Assert.Equal(tempDockerfilePath, annotation.DockerfilePath);