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