From 38441c65988ddd04d93b73c681f25e0beb30ce9b Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Tue, 10 Jan 2017 19:13:15 +0000 Subject: [PATCH] Override the build quality determined by KoreBuild --- makefile.shade | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/makefile.shade b/makefile.shade index 07e59e0..a5107f1 100755 --- a/makefile.shade +++ b/makefile.shade @@ -7,3 +7,8 @@ var SAMPLES_PROJECT_GLOB='samples/misc/*/project.json' use-standard-lifecycle k-standard-goals + +@{ + // The build quality values are set in each of the project.json files + BuildQuality = ""; +}