Skip to content

Commit 307ecd3

Browse files
committed
disable fedora checks for now
1 parent 2fdae0d commit 307ecd3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ jobs:
103103
strategy:
104104
matrix:
105105
os: [linux]
106-
targetFramework: [3.1]
107-
distro: [alpine.3.12-x64, centos.7-x64, debian.9-x64, debian.10-x64, fedora.32-x64, ubuntu.16.04-x64, ubuntu.18.04-x64, ubuntu.20.04-x64]
106+
targetFramework: [ 3.1 ]
107+
distro: [ alpine.3.12-x64, centos.7-x64, debian.9-x64, debian.10-x64, ubuntu.16.04-x64, ubuntu.18.04-x64, ubuntu.20.04-x64 ]
108108
fail-fast: false
109109

110110
steps:
@@ -233,8 +233,8 @@ jobs:
233233
strategy:
234234
matrix:
235235
os: [linux]
236-
targetFramework: [3.1]
237-
distro: [alpine.3.12-x64, centos.7-x64, debian.9-x64, debian.10-x64, fedora.32-x64, ubuntu.16.04-x64, ubuntu.18.04-x64, ubuntu.20.04-x64]
236+
targetFramework: [ 3.1 ]
237+
distro: [ alpine.3.12-x64, centos.7-x64, debian.9-x64, debian.10-x64, ubuntu.16.04-x64, ubuntu.18.04-x64, ubuntu.20.04-x64 ]
238238
fail-fast: false
239239

240240
steps:

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ stages:
5959
parameters:
6060
name: Linux
6161
vmImage: 'ubuntu-latest'
62-
distros: [ 'alpine.3.12-x64', 'centos.7-x64', 'debian.9-x64', 'debian.10-x64', 'fedora.32-x64', 'ubuntu.16.04-x64', 'ubuntu.18.04-x64', 'ubuntu.20.04-x64' ]
62+
distros: [ alpine.3.12-x64, centos.7-x64, debian.9-x64, debian.10-x64, ubuntu.16.04-x64, ubuntu.18.04-x64, ubuntu.20.04-x64 ]
6363
dotnetVersions: [ '3.1' ]
6464

6565
- stage: Artifact_Windows_Test
@@ -73,7 +73,7 @@ stages:
7373

7474
- stage: Docker
7575
displayName: 'Docker Build & Test'
76-
dependsOn:
76+
dependsOn:
7777
- Artifact_Linux_Test
7878
- Artifact_Windows_Test
7979
condition: succeeded()
@@ -82,12 +82,12 @@ stages:
8282
parameters:
8383
name: Linux
8484
vmImage: 'ubuntu-latest'
85-
distros: [ 'alpine.3.12-x64', 'centos.7-x64', 'debian.9-x64', 'debian.10-x64', 'fedora.32-x64', 'ubuntu.16.04-x64', 'ubuntu.18.04-x64', 'ubuntu.20.04-x64' ]
85+
distros: [ alpine.3.12-x64, centos.7-x64, debian.9-x64, debian.10-x64, ubuntu.16.04-x64, ubuntu.18.04-x64, ubuntu.20.04-x64 ]
8686
dotnetVersions: [ '3.1' ]
8787

8888
- stage: Publish
8989
displayName: 'Publish'
90-
dependsOn:
90+
dependsOn:
9191
- Artifact_Linux_Test
9292
- Artifact_Windows_Test
9393
condition: succeeded()

0 commit comments

Comments
 (0)