PublishingOptions
Class net10.0
Represents the options for publishing an application.
namespace Aspire.Hosting.Publishing;
public class PublishingOptions{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesDeployget; setbool Gets or sets a value indicating whether the application should be deployed after publishing.
OutputPathget; setstring? Gets or sets the path to the directory where the published output will be written.
Publisherget; setstring? Gets or sets the name of the publisher responsible for publishing the application.