共用方式為


StaticSiteBuildProperties interface

建置靜態月臺的屬性。

屬性

apiBuildCommand

在部署 Azure Functions API 應用程式期間執行的自訂命令。

apiLocation

存放庫中 API 程式碼的路徑。

appArtifactLocation

已淘汰:建置後應用程式成品的路徑 (已被取代,以取代 OutputLocation)

appBuildCommand

在靜態內容應用程式部署期間執行的自訂命令。

appLocation

存放庫中應用程式程式碼的路徑。

githubActionSecretNameOverride

Github Action 秘密名稱覆寫。

outputLocation

建置後應用程式的輸出路徑。

skipGithubActionWorkflowGeneration

略過 Github Action 工作流程產生。

屬性詳細資料

apiBuildCommand

在部署 Azure Functions API 應用程式期間執行的自訂命令。

apiBuildCommand?: string

屬性值

string

apiLocation

存放庫中 API 程式碼的路徑。

apiLocation?: string

屬性值

string

appArtifactLocation

已淘汰:建置後應用程式成品的路徑 (已被取代,以取代 OutputLocation)

appArtifactLocation?: string

屬性值

string

appBuildCommand

在靜態內容應用程式部署期間執行的自訂命令。

appBuildCommand?: string

屬性值

string

appLocation

存放庫中應用程式程式碼的路徑。

appLocation?: string

屬性值

string

githubActionSecretNameOverride

Github Action 秘密名稱覆寫。

githubActionSecretNameOverride?: string

屬性值

string

outputLocation

建置後應用程式的輸出路徑。

outputLocation?: string

屬性值

string

skipGithubActionWorkflowGeneration

略過 Github Action 工作流程產生。

skipGithubActionWorkflowGeneration?: boolean

屬性值

boolean