次の方法で共有


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