Skip to content

Commit

Permalink
added centos 8
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jan 10, 2021
1 parent b5e4776 commit 7e7bccb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
matrix:
os: [linux]
targetFramework: [ '3.1', '5.0' ]
distro: [ alpine.3.12-x64, centos.7-x64, debian.9-x64, debian.10-x64, fedora.33-x64, ubuntu.16.04-x64, ubuntu.18.04-x64, ubuntu.20.04-x64 ]
distro: [ alpine.3.12-x64, centos.7-x64, centos.8-x64, debian.9-x64, debian.10-x64, fedora.33-x64, ubuntu.16.04-x64, ubuntu.18.04-x64, ubuntu.20.04-x64 ]
fail-fast: false

steps:
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
matrix:
os: [linux]
targetFramework: [ '3.1', '5.0' ]
distro: [ alpine.3.12-x64, centos.7-x64, debian.9-x64, debian.10-x64, fedora.33-x64, ubuntu.16.04-x64, ubuntu.18.04-x64, ubuntu.20.04-x64 ]
distro: [ alpine.3.12-x64, centos.7-x64, centos.8-x64, debian.9-x64, debian.10-x64, fedora.33-x64, ubuntu.16.04-x64, ubuntu.18.04-x64, ubuntu.20.04-x64 ]
fail-fast: false

steps:
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ stages:
parameters:
name: Linux
vmImage: 'ubuntu-latest'
distros: [ alpine.3.12-x64, centos.7-x64, debian.9-x64, debian.10-x64, fedora.33-x64, ubuntu.16.04-x64, ubuntu.18.04-x64, ubuntu.20.04-x64 ]
distros: [ alpine.3.12-x64, centos.7-x64, centos.8-x64, debian.9-x64, debian.10-x64, fedora.33-x64, ubuntu.16.04-x64, ubuntu.18.04-x64, ubuntu.20.04-x64 ]
dotnetVersions: [ '3.1', '5.0' ]

- stage: Artifact_Windows_Test
Expand All @@ -82,7 +82,7 @@ stages:
parameters:
name: Linux
vmImage: 'ubuntu-latest'
distros: [ alpine.3.12-x64, centos.7-x64, debian.9-x64, debian.10-x64, fedora.33-x64, ubuntu.16.04-x64, ubuntu.18.04-x64, ubuntu.20.04-x64 ]
distros: [ alpine.3.12-x64, centos.7-x64, centos.8-x64, debian.9-x64, debian.10-x64, fedora.33-x64, ubuntu.16.04-x64, ubuntu.18.04-x64, ubuntu.20.04-x64 ]
dotnetVersions: [ '3.1', '5.0' ]

- stage: Publish
Expand Down

0 comments on commit 7e7bccb

Please sign in to comment.