12 references to ContextPath
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (2)
1523Context = dockerfileBuildAnnotation.ContextPath, 1564Context = dockerfileBuildAnnotation.ContextPath,
Publishing\ManifestPublishingContext.cs (1)
307Writer.WriteString("context", GetManifestRelativePath(annotation.ContextPath));
Publishing\ResourceContainerImageBuilder.cs (1)
203dockerfileBuildAnnotation.ContextPath,
Aspire.Hosting.Containers.Tests (8)
WithDockerfileTests.cs (8)
617Assert.Equal(tempContextPath, annotation.ContextPath); 632Assert.Equal(tempContextPath, annotation.ContextPath); 648Assert.Equal(tempContextPath, annotation.ContextPath); 663Assert.Equal(tempContextPath, annotation.ContextPath); 679Assert.Equal(tempContextPath, annotation.ContextPath); 694Assert.Equal(tempContextPath, annotation.ContextPath); 710Assert.Equal(tempContextPath, annotation.ContextPath); 725Assert.Equal(tempContextPath, annotation.ContextPath);