Skip to content

Commit

Permalink
Fix outerloop.yml (#89497)
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger authored Jul 26, 2023
1 parent 254263f commit ed12a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/libraries/outerloop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extends:
- osx_x64
jobParameters:
testScope: outerloop
nameSuffix: CoreCLR_$(_BuildConfig)
nameSuffix: CoreCLR_Release
buildArgs: -s clr+host.native+libs+libs.tests -lc $(_BuildConfig) -hc $(_BuildConfig) -rc Release -testscope outerloop /p:ArchiveTests=true
timeoutInMinutes: 180
includeAllPlatforms: ${{ variables['isRollingBuild'] }}
Expand Down Expand Up @@ -68,7 +68,7 @@ extends:
- osx_x64
jobParameters:
testScope: outerloop
nameSuffix: CoreCLR_$(_BuildConfig)
nameSuffix: CoreCLR_Debug
buildArgs: -s clr+host.native+libs+libs.tests -lc $(_BuildConfig) -hc $(_BuildConfig) -rc Release -testscope outerloop /p:ArchiveTests=true
timeoutInMinutes: 180
includeAllPlatforms: ${{ variables['isRollingBuild'] }}
Expand Down

0 comments on commit ed12a81

Please sign in to comment.