1 instantiation of AzurePublishingContext
Aspire.Hosting.Azure (1)
AzureEnvironmentResource.cs (1)
65PublishingContext = new AzurePublishingContext(
2 references to AzurePublishingContext
Aspire.Hosting.Azure (2)
AzureDeployingContext.cs (1)
34throw new InvalidOperationException($"Publishing context is not initialized. Please ensure that the {nameof(AzurePublishingContext)} has been initialized before deploying.");
AzureEnvironmentResource.cs (1)
39internal AzurePublishingContext? PublishingContext { get; set; }