4 references to GetBicepTemplateFile
Aspire.Hosting.Azure (3)
AzureBicepResource.cs (1)
157using var template = GetBicepTemplateFile(Path.GetDirectoryName(context.ManifestPath), deleteTemporaryFileOnDispose: false);
AzurePublishingContext.cs (2)
97var file = resource.GetBicepTemplateFile(); 236var file = br.GetBicepTemplateFile();
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppsInfrastructure.cs (1)
91r.GetBicepTemplateFile();