File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -633,6 +633,7 @@ stages:
633633 beforeBuild :
634634 - bash : " ./eng/scripts/install-nginx-mac.sh"
635635 displayName : Installing Nginx
636+ continueOnError : true
636637 afterBuild :
637638 - bash : ./build.sh --ci --pack --no-build --no-restore --no-build-deps "/bl:artifacts/log/packages.pack.binlog"
638639 displayName : Pack Packages (for Template tests)
Original file line number Diff line number Diff line change 88 <PropertyGroup Label =" Version settings" >
99 <AspNetCoreMajorVersion >3</AspNetCoreMajorVersion >
1010 <AspNetCoreMinorVersion >1</AspNetCoreMinorVersion >
11- <AspNetCorePatchVersion >19 </AspNetCorePatchVersion >
11+ <AspNetCorePatchVersion >20 </AspNetCorePatchVersion >
1212 <!-- This property should be 'false' between branding & code-merging, 'true' the rest of the time -->
13- <ValidateBaseline >true </ValidateBaseline >
13+ <ValidateBaseline >false </ValidateBaseline >
1414 <PreReleasePreviewNumber >0</PreReleasePreviewNumber >
1515 <ComponentsWebAssemblyMajorVersion >3</ComponentsWebAssemblyMajorVersion >
1616 <ComponentsWebAssemblyMinorVersion >2</ComponentsWebAssemblyMinorVersion >
Original file line number Diff line number Diff line change 1- FROM microsoft/dotnet:2.1.0-preview1-runtime-deps -alpine
1+ FROM mcr. microsoft.com /dotnet/runtime-deps :2.1-alpine
22ARG USER
33ARG USER_ID
44ARG GROUP_ID
Original file line number Diff line number Diff line change 1- FROM microsoft/dotnet:2.1-runtime-deps -bionic
1+ FROM mcr. microsoft.com /dotnet/runtime-deps :2.1-bionic
22
33ARG USER
44ARG USER_ID
You can’t perform that action at this time.
0 commit comments