ContainerAppsBuildConfiguration interface
Configuration of the build.
Properties
| base |
Base OS used to build and run the app. NOTE: This property will not be serialized. It can only be populated by the server. |
| environment |
List of environment variables to be passed to the build, secrets should not be used in environment variable. NOTE: This property will not be serialized. It can only be populated by the server. |
| platform | Platform to be used to build and run the app. NOTE: This property will not be serialized. It can only be populated by the server. |
| platform |
Platform version to be used to build and run the app. NOTE: This property will not be serialized. It can only be populated by the server. |
| pre |
List of steps to perform before the build. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
baseOs
Base OS used to build and run the app. NOTE: This property will not be serialized. It can only be populated by the server.
baseOs?: string
Property Value
string
environmentVariables
List of environment variables to be passed to the build, secrets should not be used in environment variable. NOTE: This property will not be serialized. It can only be populated by the server.
environmentVariables?: EnvironmentVariable[]
Property Value
platform
Platform to be used to build and run the app. NOTE: This property will not be serialized. It can only be populated by the server.
platform?: string
Property Value
string
platformVersion
Platform version to be used to build and run the app. NOTE: This property will not be serialized. It can only be populated by the server.
platformVersion?: string
Property Value
string
preBuildSteps
List of steps to perform before the build. NOTE: This property will not be serialized. It can only be populated by the server.
preBuildSteps?: PreBuildStep[]