From: Santiago Fernandez Madero Date: Fri, 24 Apr 2020 18:33:38 +0000 (-0700) Subject: Fix rolling builds (#35416) X-Git-Tag: submit/tizen/20210909.063632~8389 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f956090ebc1b9b6de27b209b0ed25a976d9b109;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix rolling builds (#35416) --- diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index e8c31b7..9269d51 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -399,7 +399,6 @@ jobs: - tvOS_arm64 # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 - iOS_x64 - - Browser_wasm jobParameters: liveRuntimeBuildConfig: release @@ -512,7 +511,6 @@ jobs: - tvOS_arm64 # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 - iOS_x64 - - Browser_wasm jobParameters: liveRuntimeBuildConfig: release liveLibrariesBuildConfig: Release @@ -528,6 +526,7 @@ jobs: - iOS_arm64 - OSX_x64 - Linux_x64 + - Browser_wasm jobParameters: liveRuntimeBuildConfig: release liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}