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:
SteveSandersonMS
2016-12-15 20:32:08 +00:00
parent 17b107bb42
commit 994653a277

View File

@@ -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