Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

DistributedApplicationOperation

Enumnet10.0
📦 Aspire.Hosting v13.5.4
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.