From 994653a277cf1e7c51a3688492aee77175cae82d Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Thu, 15 Dec 2016 20:32:08 +0000 Subject: [PATCH] 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) --- makefile.shade | 1 - 1 file changed, 1 deletion(-) diff --git a/makefile.shade b/makefile.shade index 4e9c487..562494d 100755 --- a/makefile.shade +++ b/makefile.shade @@ -2,7 +2,6 @@ var VERSION='0.1' var FULL_VERSION='0.1' var AUTHORS='Microsoft Open Technologies, Inc.' -var SAMPLES_PROJECT_GLOB='templates/*/project.json' use-standard-lifecycle k-standard-goals