다음을 통해 공유


StaticSiteBuildProperties interface

정적 사이트에 대한 속성을 빌드합니다.

속성

apiBuildCommand

Azure Functions API 애플리케이션을 배포하는 동안 실행할 사용자 지정 명령입니다.

apiLocation

리포지토리 내의 api 코드 경로입니다.

appArtifactLocation

사용되지 않음: 빌드 후 앱 아티팩트 경로입니다(OutputLocation을 위해 사용되지 않음)

appBuildCommand

정적 콘텐츠 애플리케이션을 배포하는 동안 실행할 사용자 지정 명령입니다.

appLocation

리포지토리 내의 앱 코드 경로입니다.

githubActionSecretNameOverride

Github 작업 비밀 이름이 재정의됩니다.

outputLocation

빌드 후 앱의 출력 경로입니다.

skipGithubActionWorkflowGeneration

Github 작업 워크플로 생성을 건너뜁니다.

속성 세부 정보

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 작업 비밀 이름이 재정의됩니다.

githubActionSecretNameOverride?: string

속성 값

string

outputLocation

빌드 후 앱의 출력 경로입니다.

outputLocation?: string

속성 값

string

skipGithubActionWorkflowGeneration

Github 작업 워크플로 생성을 건너뜁니다.

skipGithubActionWorkflowGeneration?: boolean

속성 값

boolean