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