File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
src/libraries/System.Net.Security/tests/StressTests/SslStress Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Builds and copies library artifacts into target dotnet sdk image
22ARG BUILD_BASE_IMAGE=mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-f39df28-20191023143754
3- ARG SDK_BASE_IMAGE=mcr.microsoft.com/dotnet/nightly/sdk:6.0-buster -slim
3+ ARG SDK_BASE_IMAGE=mcr.microsoft.com/dotnet/nightly/sdk:6.0-bullseye -slim
44
55FROM $BUILD_BASE_IMAGE as corefxbuild
66
Original file line number Diff line number Diff line change 8989
9090compose_file=" $scriptroot /docker-compose.yml"
9191
92+ if ! docker-compose --file " $compose_file " pull client; then
93+ exit $?
94+ fi
95+ if ! docker-compose --file " $compose_file " pull server; then
96+ exit $?
97+ fi
98+
9299if ! docker-compose --file " $compose_file " build $build_args ; then
93100 exit $?
94101fi
You can’t perform that action at this time.
0 commit comments