nanoframework/Home

Change Azure Pipelines yaml to separate build of booter and CLR

Open

#357 opened on Jul 16, 2018

 (5 comments) (0 reactions) (0 assignees) (89 forks)auto 404
Area: Config-and-BuildArea: InterpreterHacktoberfestPriority: LowType: Enhancementup-for-grabs

Repository metrics

Stars
 (936 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide