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