File: AzureContainerAppsPublisherOptions.cs
Web Access
Project: src\src\Aspire.Hosting.Azure\Aspire.Hosting.Azure.csproj (Aspire.Hosting.Azure)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace Aspire.Hosting.Azure;
 
/// <summary>
/// Options which control generation of artifacts for deploying to Azure targetting Azure Container Apps.
/// </summary>
public sealed class AzureContainerAppsPublisherOptions
{
}