Stop including templates in regular build (they now contain .csproj, which is not supported by that build system, and in any case they are built and end-to-end tested on Appveyor)
This commit is contained in:
parent
17b107bb42
commit
994653a277
|
|
@ -2,7 +2,6 @@
|
||||||
var VERSION='0.1'
|
var VERSION='0.1'
|
||||||
var FULL_VERSION='0.1'
|
var FULL_VERSION='0.1'
|
||||||
var AUTHORS='Microsoft Open Technologies, Inc.'
|
var AUTHORS='Microsoft Open Technologies, Inc.'
|
||||||
var SAMPLES_PROJECT_GLOB='templates/*/project.json'
|
|
||||||
|
|
||||||
use-standard-lifecycle
|
use-standard-lifecycle
|
||||||
k-standard-goals
|
k-standard-goals
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue