2 references to ManifestPath
Aspire.Hosting (1)
Publishing\ManifestPublishingContext.cs (1)
62var fullyQualifiedManifestPath = Path.GetFullPath(ManifestPath);
Aspire.Hosting.Azure (1)
AzureBicepResource.cs (1)
159using var template = GetBicepTemplateFile(Path.GetDirectoryName(context.ManifestPath), deleteTemporaryFileOnDispose: false);