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