Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automated] Merge branch 'release/2.1' => 'release/3.1' #3848

Merged
Merged
2 changes: 1 addition & 1 deletion eng/Baseline.Designer.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<ExtensionsBaselineVersion>2.1.25</ExtensionsBaselineVersion>
<ExtensionsBaselineVersion>2.1.26</ExtensionsBaselineVersion>
</PropertyGroup>
<!-- Package: Microsoft.Extensions.Caching.Abstractions-->
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Caching.Abstractions' ">
Expand Down
2 changes: 1 addition & 1 deletion eng/Baseline.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Baseline Version="2.1.25">
<Baseline Version="2.1.26">
<Package Id="Microsoft.Extensions.Caching.Abstractions" Version="2.1.23" />
<Package Id="Microsoft.Extensions.Caching.Memory" Version="2.1.23" />
<Package Id="Microsoft.Extensions.Caching.Redis" Version="2.1.2" />
Expand Down
2 changes: 1 addition & 1 deletion eng/PatchConfig.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Microsoft.Extensions.Configuration.AzureKeyVault;
</PackagesInPatch>
</PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.26' ">
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.27' ">
<PackagesInPatch>
</PackagesInPatch>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion eng/targets/Packaging.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<Target Name="EnsureBaselineIsUpdated"
Condition="'$(IsServicingBuild)' == 'true' AND '$(ExtensionsBaselineVersion)' != '$(PreviousExtensionsReleaseVersion)'"
Condition="'$(ValidateBaseline)' == 'true' AND '$(IsServicingBuild)' == 'true' AND '$(ExtensionsBaselineVersion)' != '$(PreviousExtensionsReleaseVersion)'"
BeforeTargets="BeforeBuild">
<Error Text="The package baseline ($(ExtensionsBaselineVersion)) is out of date with the latest release of this repo ($(PreviousExtensionsReleaseVersion)).
See $(RepositoryRoot)eng\tools\BaselineGenerator\README.md for instructions on updating this baseline." />
Expand Down
5 changes: 2 additions & 3 deletions korebuild-lock.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
version:2.1.7-build-20210209.2
commithash:e2b019a5c8d338b060644e2ea5437beea1f5a888

version:2.1.7-build-20210309.1
commithash:661bf72b3a220a08f26c1919c6f33113e894466d
4 changes: 3 additions & 1 deletion version.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<PropertyGroup>
<MajorVersion>2</MajorVersion>
<MinorVersion>1</MinorVersion>
<PatchVersion>26</PatchVersion>
<PatchVersion>27</PatchVersion>
<ValidateBaseline>true</ValidateBaseline>

<PreReleaseLabel>servicing</PreReleaseLabel>
<PreReleaseBrandingLabel></PreReleaseBrandingLabel>
<OfficialBuildId Condition="'$(OfficialBuildId)' == ''">$(BUILD_BUILDNUMBER)</OfficialBuildId>
Expand Down