From db055c62de94c30266070b4399bec8c87487531b Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Thu, 7 May 2020 19:08:14 -0700 Subject: [PATCH] Mix installer build configurations in PRs as all are Debug now --- eng/pipelines/runtime.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index ab7e22e025a767..d937c2b97f162e 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -513,7 +513,7 @@ jobs: - template: /eng/pipelines/installer/installer-matrix.yml parameters: - buildConfig: ${{ variables.debugOnPrReleaseOnRolling }} + buildConfig: Release platforms: - OSX_x64 - Linux_x64 @@ -527,7 +527,7 @@ jobs: - template: /eng/pipelines/installer/installer-matrix.yml parameters: - buildConfig: ${{ variables.debugOnPrReleaseOnRolling }} + buildConfig: Release runtimeFlavor: mono platforms: - Android_x64