StaticSiteBuildProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
静的サイトのビルド プロパティ。
public class StaticSiteBuildProperties
type StaticSiteBuildProperties = class
Public Class StaticSiteBuildProperties
- 継承
-
StaticSiteBuildProperties
コンストラクター
StaticSiteBuildProperties() |
StaticSiteBuildProperties の新しいインスタンスを初期化します。 |
プロパティ
ApiBuildCommand |
Azure Functions API アプリケーションのデプロイ中に実行するカスタム コマンド。 |
ApiLocation |
リポジトリ内の API コードへのパス。 |
AppArtifactLocation |
非推奨: ビルド後のアプリ成果物のパス (OutputLocation を優先して非推奨)。 |
AppBuildCommand |
静的コンテンツ アプリケーションのデプロイ中に実行するカスタム コマンド。 |
AppLocation |
リポジトリ内のアプリ コードへのパス。 |
GithubActionSecretNameOverride |
Github Action シークレット名のオーバーライド。 |
OutputLocation |
ビルド後のアプリの出力パス。 |
SkipGithubActionWorkflowGeneration |
Github Action ワークフローの生成をスキップします。 |