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