aspnetcore/eng/tools/BaselineGenerator
Nate McMaster f0990ec531
Fix build issues with IIS integration projects
Changes:
* Ensure IIS managed and pkg projects build after the native projects
* Update projects to build test
* Update CI checks to build on macOS and Linux
* Use package baselines to manage ANCM packages
2018-12-13 22:53:31 -08:00
..
BaselineGenerator.csproj Fix build issues with IIS integration projects 2018-12-13 22:53:31 -08:00
Program.cs Fix build issues with IIS integration projects 2018-12-13 22:53:31 -08:00
README.md

README.md

BaselineGenerator

This tool is used to generate an MSBuild file which sets the "baseline" against which servicing updates are built.

Usage

  1. Add to the Baseline.xml a list of package ID's and their latest released versions. The source of this information can typically be found in the build.xml file generated during ProdCon builds. See https://github.com/dotnet/versions/blob/master/build-info/dotnet/product/cli/release/2.1.6/build.xml for example.
  2. Run dotnet run on this project.