We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6786cc commit 86262e8Copy full SHA for 86262e8
azure-pipelines.yml
@@ -17,6 +17,8 @@ resources:
17
image: andrewarnott/linux-buildagent
18
- container: bionic
19
image: microsoft/dotnet:2.1-sdk-bionic
20
+ - container: alpine39
21
+ image: mcr.microsoft.com/dotnet/core/sdk:2.2.105-alpine3.9
22
23
jobs:
24
- job: Windows
@@ -138,6 +140,14 @@ jobs:
138
140
steps:
139
141
- template: azure-pipelines/xplattest-pipeline.yml
142
143
+- job: Alpine_3_9
144
+ dependsOn: Windows
145
+ pool:
146
+ vmImage: Ubuntu 16.04 # not a bug. we always use this pool, but use containers for the specific version
147
+ container: alpine39
148
+ steps:
149
+ - template: azure-pipelines/xplattest-pipeline.yml
150
+
151
- job: macOS
152
dependsOn: Windows
153
pool:
0 commit comments