diff --git a/eng/pipelines/installer/jobs/base-job.yml b/eng/pipelines/installer/jobs/base-job.yml index 1925d1ae01807..3397425a9539f 100644 --- a/eng/pipelines/installer/jobs/base-job.yml +++ b/eng/pipelines/installer/jobs/base-job.yml @@ -435,7 +435,7 @@ jobs: displayName: Build # Only in glibc leg, we produce RPMs and Debs - - ${{ if and(eq(parameters.platform, 'Linux_x64'), eq(parameters.osSubgroup, ''))}}: + - ${{ if and(eq(parameters.runtimeFlavor, 'coreclr'), eq(parameters.platform, 'Linux_x64'), eq(parameters.osSubgroup, ''))}}: - task: CopyFiles@2 displayName: 'Copy built Portable linux-x64 binaries to staging directory' inputs: diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml index 528535fd4083d..0926b28f1eb6c 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -187,6 +187,7 @@ stages: runtimeFlavor: mono platforms: - OSX_x64 + - Linux_x64 - tvOS_x64 - tvOS_arm64 # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index 3d4034e92b0e9..d0f2fe0641310 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -525,6 +525,7 @@ jobs: - tvOS_x64 - iOS_arm64 - OSX_x64 + - Linux_x64 jobParameters: liveRuntimeBuildConfig: release liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}