Share via


StaticSiteBuildProperties Class

Definition

Build properties for the static site.

public class StaticSiteBuildProperties
type StaticSiteBuildProperties = class
Public Class StaticSiteBuildProperties
Inheritance
StaticSiteBuildProperties

Constructors

StaticSiteBuildProperties()

Initializes a new instance of the StaticSiteBuildProperties class.

StaticSiteBuildProperties(String, String, String, String, String, String, Nullable<Boolean>, String)

Initializes a new instance of the StaticSiteBuildProperties class.

Properties

ApiBuildCommand

Gets or sets a custom command to run during deployment of the Azure Functions API application.

ApiLocation

Gets or sets the path to the api code within the repository.

AppArtifactLocation

Gets or sets deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation)

AppBuildCommand

Gets or sets a custom command to run during deployment of the static content application.

AppLocation

Gets or sets the path to the app code within the repository.

GithubActionSecretNameOverride

Gets or sets github Action secret name override.

OutputLocation

Gets or sets the output path of the app after building.

SkipGithubActionWorkflowGeneration

Gets or sets skip Github Action workflow generation.

Applies to