Hopefully fix BuildQuality setting in build
This commit is contained in:
parent
38441c6598
commit
c3316d0caa
|
|
@ -5,10 +5,10 @@ var AUTHORS='Microsoft Open Technologies, Inc.'
|
||||||
var TEST_PROJECT_GLOB='templates/*/project.json'
|
var TEST_PROJECT_GLOB='templates/*/project.json'
|
||||||
var SAMPLES_PROJECT_GLOB='samples/misc/*/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
|
// The build quality values are set in each of the project.json files
|
||||||
BuildQuality = "";
|
BuildQuality = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
use-standard-lifecycle
|
||||||
|
k-standard-goals
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue