From 5d6be05ad16e92f51dd80cdab0204cb011b12d77 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Mon, 13 Jun 2022 12:18:00 -0700 Subject: [PATCH] chore: Fixes CI build/test for Fedora (#1056) --- README.md | 2 +- azure-pipelines.yml | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b7a0230e7..5f0a68612 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Rider 2021.3+           & - `linuxmint.17`, `linuxmint.18`, `linuxmint.19` - Linux Mint - `debian.10`, `debian.11` - Debian - `centos.7`, `centos.8` - CentOS - - `fedora.32`, `fedora.33`, `fedora.34` - Fedora + - `fedora.32`, `fedora.33`, `fedora.34`, `fedora.35`, `fedora.36` - Fedora - `rhel.7`, `rhel.8` - Redhat - If blank, the operating system running the build is used. Linux Mint 20 is not supported directly yet, so build explicitly against `ubuntu.20.04` instead. diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 51ad8fce0..9820ec29a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,15 +40,12 @@ jobs: 'Ubuntu 20': containerImage: mcr.microsoft.com/dotnet/sdk:6.0-focal os: ubuntu.20.04 - 'Fedora 34': - containerImage: fedora:34 - os: fedora.34 'Fedora 35': containerImage: fedora:35 - os: fedora.34 + os: fedora.35 'Fedora 36': containerImage: fedora:36 - os: fedora.34 + os: fedora.36 displayName: Linux