2 instantiations of AzurePublishingContext
Aspire.Hosting.Azure (1)
AzureEnvironmentResource.cs (1)
188var publishingContext = new AzurePublishingContext(
Aspire.Hosting.Azure.Tests (1)
AzureEnvironmentResourceTests.cs (1)
336return new AzurePublishingContext(outputPath, provisioningOptions, app.Services, logger, step);
6 references to AzurePublishingContext
Aspire.Hosting.Azure (1)
AzureEnvironmentResource.cs (1)
188var publishingContext = new AzurePublishingContext(
Aspire.Hosting.Azure.Tests (5)
AzureEnvironmentResourceTests.cs (5)
264var context = await CreatePublishingContextAsync(app, outputPath); 293var context = await CreatePublishingContextAsync(app, outputPath); 314/// Adds the module shape that motivates <see cref="AzurePublishingContext.ExcludeMainBicepFile"/>: a 330private async Task<AzurePublishingContext> CreatePublishingContextAsync(DistributedApplication app, string outputPath) 333var logger = app.Services.GetRequiredService<ILoggerFactory>().CreateLogger<AzurePublishingContext>();