Skip to content
DocsTry Aspire
DocsTry

PublishingOptions Properties

ClassProperties3 members
Represents the options for publishing an application.
Gets or sets a value indicating whether the application should be deployed after publishing.
public bool Deploy { get; set; }
OutputPathSection titled OutputPathnullablestring?
Gets or sets the path to the directory where the published output will be written.
public string? OutputPath { get; set; }
PublisherSection titled Publishernullablestring?
Gets or sets the name of the publisher responsible for publishing the application.
public string? Publisher { get; set; }