12 references to DockerfilePath
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (2)
1324Dockerfile = dockerfileBuildAnnotation.DockerfilePath, 1365Dockerfile = dockerfileBuildAnnotation.DockerfilePath,
Publishing\ManifestPublishingContext.cs (1)
308Writer.WriteString("dockerfile", GetManifestRelativePath(annotation.DockerfilePath));
Publishing\ResourceContainerImageBuilder.cs (1)
57dockerfileBuildAnnotation.DockerfilePath,
Aspire.Hosting.Containers.Tests (8)
WithDockerfileTests.cs (8)
619Assert.Equal(tempDockerfilePath, annotation.DockerfilePath); 634Assert.Equal(tempDockerfilePath, annotation.DockerfilePath); 650Assert.Equal(tempDockerfilePath, annotation.DockerfilePath); 665Assert.Equal(tempDockerfilePath, annotation.DockerfilePath); 681Assert.Equal(tempDockerfilePath, annotation.DockerfilePath); 696Assert.Equal(tempDockerfilePath, annotation.DockerfilePath); 712Assert.Equal(tempDockerfilePath, annotation.DockerfilePath); 727Assert.Equal(tempDockerfilePath, annotation.DockerfilePath);