Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 613 Bytes

File metadata and controls

14 lines (10 loc) · 613 Bytes

Preparing new servicing updates

In order to prepare this repo to build a new servicing update, the following changes need to be made.

  • Increment the patch version in the eng/Versions.props file in the repository root.

    -  <PatchVersion>7</PatchVersion>
    +  <PatchVersion>8</PatchVersion>
  • Update the package baselines. This is used to ensure packages keep a consistent set of dependencies between releases. See eng/tools/BaselineGenerator/ for instructions on how to run this tool.