Skip to content

Commit

Permalink
Update branding to 2.1.27 (#3842)
Browse files Browse the repository at this point in the history
* Update branding to 2.1.27

* Fix patchconfig, baseline val
  • Loading branch information
wtgodbe authored Feb 27, 2021
1 parent 329a4cd commit 0bc6ead
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
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
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>false</ValidateBaseline>

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

0 comments on commit 0bc6ead

Please sign in to comment.