build.cake: more readable way of using an enum (#7867)
authorAndres G. Aragoneses <knocte@gmail.com>
Wed, 9 Oct 2019 09:33:37 +0000 (17:33 +0800)
committerGerald Versluis <gerald.versluis@microsoft.com>
Wed, 9 Oct 2019 09:33:37 +0000 (11:33 +0200)
commit6fc502b2f1a4c707183c884fce7e6e46db3e620a
treea6cddbc9604b3cd5fb5c9f2d13bcd662ceb75fac
parent6ba52f79b51da48386df8f5395fee6b33cc3cff0
build.cake: more readable way of using an enum (#7867)

* build.cake: cosmetic, less verbose GetMSBuildSettings() method

* build.cake: more readable way of using an enum

I had to look up what "1" meant in the documentation!
(https://cakebuild.net/api/Cake.Common.Tools.MSBuild/MSBuildPlatform/)
build.cake