dotnet / arcade

Tools that provide common build infrastructure for multiple .NET Foundation projects.
MIT License
657 stars 331 forks source link

Document bootstrapper extensibility #1456

Open tmat opened 5 years ago

tmat commented 5 years ago

Missing: restore-toolset.ps1 configure-toolset.ps1

jcagme commented 5 years ago

By documenting you mean adding the scripts in the description?

hughbe commented 4 years ago

Yeah would be nice to document these scripts and how to integrate them. For example, in winforms we called init-tools-native.ps1 from within configure-toolset.ps1 leading to double initialization: https://github.com/dotnet/winforms/pull/3335