Skip to content

Commit 2922f53

Browse files
authored
Update branding to 5.0.5 (#30464)
1 parent acad85f commit 2922f53

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

eng/Versions.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<PropertyGroup Label="Version settings">
99
<AspNetCoreMajorVersion>5</AspNetCoreMajorVersion>
1010
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
11-
<AspNetCorePatchVersion>4</AspNetCorePatchVersion>
11+
<AspNetCorePatchVersion>5</AspNetCorePatchVersion>
12+
<ValidateBasline>false</ValidateBasline>
1213
<!--
1314
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
1415
-->

eng/targets/Packaging.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<Project>
22

33
<Target Name="EnsureBaselineIsUpdated"
4-
Condition=" '$(IsServicingBuild)' == 'true' AND
4+
Condition=" '$(ValidateBasline)' == 'true' AND
5+
'$(IsServicingBuild)' == 'true' AND
56
'$(AspNetCoreBaselineVersion)' != '$(PreviousAspNetCoreReleaseVersion)' AND
67
'$(MSBuildProjectName)' != 'BaselineGenerator' AND
78
'$(MSBuildProjectName)' != 'RepoTasks' "

0 commit comments

Comments
 (0)