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 38fac6e commit b0c378fCopy full SHA for b0c378f
eng/pipelines/coreclr/interpreter.yml
@@ -10,6 +10,26 @@ extends:
10
- stage: Build
11
jobs:
12
13
+ #
14
+ # Release builds
15
16
+ - template: /eng/pipelines/common/platform-matrix.yml
17
+ parameters:
18
+ jobTemplate: /eng/pipelines/common/global-build-job.yml
19
+ buildConfig: release
20
+ platforms:
21
+ - linux_x64
22
+ - osx_arm64
23
+ - osx_x64
24
+ jobParameters:
25
+ buildArgs: -s clr -c $(_BuildConfig)
26
+ postBuildSteps:
27
+ - template: /eng/pipelines/coreclr/templates/build-native-test-assets-step.yml
28
+ extraVariablesTemplates:
29
+ - template: /eng/pipelines/common/templates/runtimes/native-test-assets-variables.yml
30
31
+ testGroup: outerloop
32
+
33
#
34
# Checked builds
35
0 commit comments