Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit c3316d0

Browse files
Hopefully fix BuildQuality setting in build
1 parent 38441c6 commit c3316d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

makefile.shade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ var AUTHORS='Microsoft Open Technologies, Inc.'
55
var TEST_PROJECT_GLOB='templates/*/project.json'
66
var SAMPLES_PROJECT_GLOB='samples/misc/*/project.json'
77

8-
use-standard-lifecycle
9-
k-standard-goals
10-
118
@{
129
// The build quality values are set in each of the project.json files
1310
BuildQuality = "";
1411
}
12+
13+
use-standard-lifecycle
14+
k-standard-goals

0 commit comments

Comments
 (0)