StaticSiteBuildProperties interface
Build properties for the static site.
Properties
api |
A custom command to run during deployment of the Azure Functions API application. |
api |
The path to the api code within the repository. |
app |
Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation) |
app |
A custom command to run during deployment of the static content application. |
app |
The path to the app code within the repository. |
github |
Github Action secret name override. |
output |
The output path of the app after building. |
skip |
Skip Github Action workflow generation. |
Property Details
apiBuildCommand
A custom command to run during deployment of the Azure Functions API application.
apiBuildCommand?: string
Property Value
string
apiLocation
The path to the api code within the repository.
apiLocation?: string
Property Value
string
appArtifactLocation
Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation)
appArtifactLocation?: string
Property Value
string
appBuildCommand
A custom command to run during deployment of the static content application.
appBuildCommand?: string
Property Value
string
appLocation
The path to the app code within the repository.
appLocation?: string
Property Value
string
githubActionSecretNameOverride
Github Action secret name override.
githubActionSecretNameOverride?: string
Property Value
string
outputLocation
The output path of the app after building.
outputLocation?: string
Property Value
string
skipGithubActionWorkflowGeneration
Skip Github Action workflow generation.
skipGithubActionWorkflowGeneration?: boolean
Property Value
boolean