Skip to content
DocsTry Aspire
DocsTry

DistributedApplicationOperation

Enumnet8.0
📦 Aspire.Hosting v13.4.0
Describes the context in which the AppHost is being executed.
namespace Aspire.Hosting;
public enum DistributedApplicationOperation
Run= 0
AppHost is being run for the purpose of debugging locally.
Publish= 1
AppHost is being run for the purpose of publishing a manifest for deployment.