Skip to content
Docs Try Aspire

PublishingOptions Properties

Class Properties 3 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; }
OutputPath Section titled OutputPath nullable string?
Gets or sets the path to the directory where the published output will be written.
public string? OutputPath { get; set; }
Publisher Section titled Publisher nullable string?
Gets or sets the name of the publisher responsible for publishing the application.
public string? Publisher { get; set; }