7 references to GetManifestRelativePath
Aspire.Hosting (6)
Publishing\ManifestPublishingContext.cs (6)
156
var relativePathToProjectFile =
GetManifestRelativePath
(metadata.ProjectPath);
200
var relativePathToProjectFile =
GetManifestRelativePath
(executable.WorkingDirectory);
307
Writer.WriteString("context",
GetManifestRelativePath
(annotation.ContextPath));
308
Writer.WriteString("dockerfile",
GetManifestRelativePath
(annotation.DockerfilePath));
344
FileInfo fileValue =>
GetManifestRelativePath
(fileValue.FullName),
580
var manifestRelativeSource =
GetManifestRelativePath
(bindMount.Source);
Aspire.Hosting.Azure (1)
AzureBicepResource.cs (1)
175
context.Writer.WriteString("path", context.
GetManifestRelativePath
(path));