dotnet-installer/tools/sdk-readme-table-generator
Michelle McDaniel 8e646ba2e3 Update the akaMs channels in TableGenerator
Updates the AkaMs channels for 6.0 and 5.0.xxx branches.
2021-02-16 14:05:25 -08:00
..
TableGenerator Update the akaMs channels in TableGenerator 2021-02-16 14:05:25 -08:00
TableGenerator.Tests Update README.md and table generator for linux-musl-arm 2020-12-15 12:57:44 +01:00
README.md Update README.md 2020-12-14 16:22:37 -08:00
TableGenerator.sln

SDK README table generator

To generate the table of SDK per check in build download table.

  1. Edit the inputBranches in Program.fs when there is a new branch created. Make edits to table.fs if there are changes to the specific items or order you want showing up.
  2. Run the program, it will generate the table with updated branch. It is not too smart, so if there is new platform added, we need more to change the program. But it is still better than edit it by hand.
  3. Replace the table in the master readme file https://github.com/dotnet/installer/blob/master/README.md NOTE: The output does not replace the entire file so you have to copy/paste over the pieces that are generated which is the middle of hte file
  4. Run tests and update the tests

I wrote it to learn F#, since it is almost the "99 bottle of beer" kata. Please point out places I can improve if you are interested.