File tree 2 files changed +3
-0
lines changed
eng/common/core-templates
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ parameters:
27
27
# Specifies the build script to invoke to perform the build in the repo. The default
28
28
# './build.sh' should work for typical Arcade repositories, but this is customizable for
29
29
# difficult situations.
30
+ # buildArguments: ''
31
+ # Specifies additional build arguments to pass to the build script.
30
32
# jobProperties: {}
31
33
# A list of job properties to inject at the top level, for potential extensibility beyond
32
34
# container and pool.
Original file line number Diff line number Diff line change 84
84
${{ coalesce(parameters.platform.buildScript, './build.sh') }} --ci \
85
85
--configuration $buildConfig \
86
86
--restore --build --pack $publishArgs -bl \
87
+ ${{ parameters.platform.buildArguments }} \
87
88
$officialBuildArgs \
88
89
$internalRuntimeDownloadArgs \
89
90
$internalRestoreArgs \
You can’t perform that action at this time.
0 commit comments