Skip to content

Commit

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

* Fix patchconfig, baseline val

Co-authored-by: William Godbe <wigodbe@microsoft.com>
Co-authored-by: John Luo <johluo@microsoft.com>
  • Loading branch information
3 people authored Mar 2, 2021
1 parent 1725240 commit 81e4323
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<MajorVersion>3</MajorVersion>
<MinorVersion>1</MinorVersion>
<PatchVersion>14</PatchVersion>
<ValidateBasline>false</ValidateBasline>
<ValidateBaseline>false</ValidateBaseline>

<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
<AssemblyVersion Condition="'$(IsReferenceAssemblyProject)' != 'true'">$(VersionPrefix).0</AssemblyVersion>
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="'$(ValidateBasline)' =='true' AND '$(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 $(RepoRoot)eng\tools\BaselineGenerator\README.md for instructions on updating this baseline." />
Expand Down

0 comments on commit 81e4323

Please sign in to comment.