parameters:
name: CentOS_7
osGroup: Linux
- dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-f39df28-20191023143754
+ dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343
strategy:
matrix:
Build_Debug:
parameters:
name: Linux_cross
osGroup: Linux
- dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-14.04-23cacb0-20191023143847
+ dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-14.04-cross-1735d26-20190521133857
crossrootfsDir: '/crossrootfs/arm'
strategy:
matrix:
parameters:
name: Linux_cross64
osGroup: Linux
- dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-arm64-cfdd435-20191023143847
+ dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-arm64-a3ae44b-20180315221921
crossrootfsDir: '/crossrootfs/arm64'
strategy:
matrix:
- template: /eng/build.yml
parameters:
- name: Alpine3_9
+ name: Alpine3_6
osGroup: Linux
- dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.9-WithNode-0fc54a3-20190918214015
+ dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.6-WithNode-f4d3fe3-20181220200247
strategy:
matrix:
Build_Release:
dependsOn:
- Windows
- CentOS_7
- - Alpine3_9
+ - Alpine3_6
- MacOS
- Linux_cross
- Linux_cross64
- task: DownloadPipelineArtifact@2
displayName: Download Linux Musl Artifacts
inputs:
- artifactName: Alpine3_9_x64_Release
+ artifactName: Alpine3_6_x64_Release
targetPath: '$(Build.SourcesDirectory)/artifacts/bin/Linux-musl.x64.Release'
condition: succeeded()