Skip to content

Commit 9549091

Browse files
authored
Merge pull request #36235 from vseanreesermsft/branding-3.1.20-2021-09-07-0948
Update branding for 3.1.20
2 parents 0fc92dd + 1f866ed commit 9549091

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
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>

eng/docker/alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/dotnet:2.1.0-preview1-runtime-deps-alpine
1+
FROM mcr.microsoft.com/dotnet/runtime-deps:2.1-alpine
22
ARG USER
33
ARG USER_ID
44
ARG GROUP_ID

eng/docker/bionic.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/dotnet:2.1-runtime-deps-bionic
1+
FROM mcr.microsoft.com/dotnet/runtime-deps:2.1-bionic
22

33
ARG USER
44
ARG USER_ID

0 commit comments

Comments
 (0)