Skip to content

Commit 4809e7f

Browse files
authored
Fix libraries config for the R2R pipelines (#37737)
1 parent ddea362 commit 4809e7f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

eng/pipelines/coreclr/r2r-extra.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
3535
jobParameters:
3636
testGroup: r2r-extra
37+
liveLibrariesBuildConfig: Release
3738

3839
- template: /eng/pipelines/common/platform-matrix.yml
3940
parameters:

eng/pipelines/coreclr/r2r.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
4141
jobParameters:
4242
testGroup: outerloop
43+
liveLibrariesBuildConfig: Release
4344

4445
- template: /eng/pipelines/common/platform-matrix.yml
4546
parameters:

0 commit comments

Comments
 (0)