12 references to ContextPath
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (2)
1323Context = dockerfileBuildAnnotation.ContextPath, 1364Context = dockerfileBuildAnnotation.ContextPath,
Publishing\ManifestPublishingContext.cs (1)
307Writer.WriteString("context", GetManifestRelativePath(annotation.ContextPath));
Publishing\ResourceContainerImageBuilder.cs (1)
56dockerfileBuildAnnotation.ContextPath,
Aspire.Hosting.Containers.Tests (8)
WithDockerfileTests.cs (8)
618Assert.Equal(tempContextPath, annotation.ContextPath); 633Assert.Equal(tempContextPath, annotation.ContextPath); 649Assert.Equal(tempContextPath, annotation.ContextPath); 664Assert.Equal(tempContextPath, annotation.ContextPath); 680Assert.Equal(tempContextPath, annotation.ContextPath); 695Assert.Equal(tempContextPath, annotation.ContextPath); 711Assert.Equal(tempContextPath, annotation.ContextPath); 726Assert.Equal(tempContextPath, annotation.ContextPath);