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