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 @@ -26,6 +26,8 @@ parameters:
26
26
# Specifies the build script to invoke to perform the build in the repo. The default
27
27
# './build.sh' should work for typical Arcade repositories, but this is customizable for
28
28
# difficult situations.
29
+ # buildArguments: ''
30
+ # Specifies additional build arguments to pass to the build script.
29
31
# jobProperties: {}
30
32
# A list of job properties to inject at the top level, for potential extensibility beyond
31
33
# container and pool.
Original file line number Diff line number Diff line change 79
79
${{ coalesce(parameters.platform.buildScript, './build.sh') }} --ci \
80
80
--configuration $buildConfig \
81
81
--restore --build --pack $publishArgs -bl \
82
+ ${{ parameters.platform.buildArguments }} \
82
83
$officialBuildArgs \
83
84
$internalRuntimeDownloadArgs \
84
85
$internalRestoreArgs \
You can’t perform that action at this time.
0 commit comments