StaticSiteBuildProperties interface
建置靜態月臺的屬性。
屬性
api |
在 Azure Functions API 應用程式部署期間執行的自定義命令。 |
api |
存放庫內 API 程式代碼的路徑。 |
app |
已淘汰:建置後的應用程式成品路徑(已取代為 OutputLocation) |
app |
在部署靜態內容應用程式期間執行的自定義命令。 |
app |
存放庫內應用程式程式代碼的路徑。 |
github |
Github Action 秘密名稱覆寫。 |
output |
建置後應用程式的輸出路徑。 |
skip |
略過 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