aspnet / KoreBuild

OBSOLETE REPO - see readme
Other
37 stars 23 forks source link

Remove dependency on Sake #174

Closed natemcmaster closed 7 years ago

natemcmaster commented 7 years ago

This is a non-trivial change. Lots of our build scripts are written in Sake. This code has to be ported to MSBuild or powershell before we can remove Sake completely.

davidfowl commented 7 years ago

RIP sake

natemcmaster commented 7 years ago

As a part of this @pranavkm and I want to change out our build scripts handle trailing arguments ($@). New syntax would add trailing args to the main MSBuild invocation. e.g. build.cmd /t:TargetName. Would let us to things like build.cmd /p:CoreFxVersion=4.4.0-nightly /v:normal /logger:CustomLogger etc.