From c3316d0caaddbd7d5587a474518c1ce7b6473e77 Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Tue, 10 Jan 2017 19:43:15 +0000 Subject: [PATCH] Hopefully fix BuildQuality setting in build --- makefile.shade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile.shade b/makefile.shade index a5107f1..ca63dd8 100755 --- a/makefile.shade +++ b/makefile.shade @@ -5,10 +5,10 @@ var AUTHORS='Microsoft Open Technologies, Inc.' var TEST_PROJECT_GLOB='templates/*/project.json' 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 = ""; } + +use-standard-lifecycle +k-standard-goals