From 22dacc82d8f7a70bed43455155335d67c52928f4 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Tue, 20 Nov 2018 18:55:46 -0800 Subject: [PATCH] Enable web and mvc template tests --- test/EndToEnd/ProjectBuildTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index 3a0a36c3b..016520445 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -67,8 +67,8 @@ namespace EndToEnd.Tests [InlineData("winforms")] [InlineData("mstest")] [InlineData("nunit")] - //[InlineData("web")] - //[InlineData("mvc")] + [InlineData("web")] + [InlineData("mvc")] public void ItCanBuildTemplates(string templateName) { var directory = TestAssets.CreateTestDirectory(identifier: templateName);