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