Share via


BuildConfiguration interface

Configuration of the build.

Properties

baseOs

Base OS used to build and run the app.

environmentVariables

List of environment variables to be passed to the build, secrets should not be used in environment variable.

platform

Platform to be used to build and run the app.

platformVersion

Platform version to be used to build and run the app.

preBuildSteps

List of steps to perform before the build.

Property Details

baseOs

Base OS used to build and run the app.

baseOs?: string

Property Value

string

environmentVariables

List of environment variables to be passed to the build, secrets should not be used in environment variable.

environmentVariables?: EnvironmentVariable[]

Property Value

platform

Platform to be used to build and run the app.

platform?: string

Property Value

string

platformVersion

Platform version to be used to build and run the app.

platformVersion?: string

Property Value

string

preBuildSteps

List of steps to perform before the build.

preBuildSteps?: PreBuildStep[]

Property Value