We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fa0f7 commit 742a9b8Copy full SHA for 742a9b8
eng/build.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
3
+set -ue
4
+
5
source="${BASH_SOURCE[0]}"
6
7
# resolve $source until the file is no longer a symlink
eng/pipelines/common/global-build-job.yml
@@ -33,7 +33,5 @@ jobs:
33
- template: /eng/pipelines/common/clone-checkout-bundle-step.yml
34
35
# Build
36
- - script: |
37
- $(setScriptToEchoAndFailOnNonZero)
38
- $(Build.SourcesDirectory)$(dir)build$(scriptExt) -c ${{ parameters.buildConfig }}
+ - script: $(Build.SourcesDirectory)$(dir)build$(scriptExt) -c ${{ parameters.buildConfig }} -arch ${{ parameters.archType }}
39
displayName: Build product
0 commit comments