chore: Fixes CI build/test for Fedora (#1056)
This commit is contained in:
parent
864440a05e
commit
5d6be05ad1
2 changed files with 3 additions and 6 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue