nanoframework / Home

:house: The landing page for .NET nanoFramework repositories.
https://www.nanoframework.net
MIT License
858 stars 78 forks source link

Change Azure Pipelines yaml to separate build of booter and CLR #357

Open josesimoes opened 6 years ago

josesimoes commented 6 years ago

No need to keep building and releasing booter versions when nothing has changed. Currently nanoBooter is always build along with the nanoCLR which is a waste of time and computing resource. Not to mention that is misleading because you actually don't know if there were any changes or not.

networkfusion commented 5 years ago

We no longer use appveyor. Is this still applicable?

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Ellerbach commented 1 year ago

@josesimoes is this still needed? I feel the build system has drastically evolved since 2019 :-)

josesimoes commented 1 year ago

Yes. Despite all that evolution having separate build for the booter still makes sense.