Skip to content

Commit 981ba29

Browse files
committed
remove Alpine test validation
1 parent 319f012 commit 981ba29

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ resources:
1717
image: andrewarnott/linux-buildagent
1818
- container: bionic
1919
image: microsoft/dotnet:2.1-sdk-bionic
20-
- container: alpine38
21-
image: mcr.microsoft.com/dotnet/core/sdk:2.1.505-alpine3.8
22-
- container: alpine39
23-
image: mcr.microsoft.com/dotnet/core/sdk:2.1.505-alpine3.9
2420

2521
jobs:
2622
- job: Windows
@@ -142,26 +138,6 @@ jobs:
142138
steps:
143139
- template: azure-pipelines/xplattest-pipeline.yml
144140

145-
- job: Alpine_3_8
146-
dependsOn: Windows
147-
pool:
148-
vmImage: Ubuntu 16.04 # not a bug. we always use this pool, but use containers for the specific version
149-
container: alpine38
150-
steps:
151-
- script: apk update && apk add git
152-
displayName: Installing git
153-
- template: azure-pipelines/xplattest-pipeline.yml
154-
155-
- job: Alpine_3_9
156-
dependsOn: Windows
157-
pool:
158-
vmImage: Ubuntu 16.04 # not a bug. we always use this pool, but use containers for the specific version
159-
container: alpine39
160-
steps:
161-
- script: apk update && apk add git
162-
displayName: Installing git
163-
- template: azure-pipelines/xplattest-pipeline.yml
164-
165141
- job: macOS
166142
dependsOn: Windows
167143
pool:

0 commit comments

Comments
 (0)