From 95d4ab3fecc50ec783c168ed64b2214ed838fddc Mon Sep 17 00:00:00 2001 From: jayaranigarg Date: Fri, 10 Feb 2017 12:09:29 +0530 Subject: [PATCH] Making DeployExtension false by default. (#66) --- Templates/Desktop/MSTestDesktopVSIX.csproj | 1 + Templates/UWP/MSTestUWPVSIX.csproj | 1 + .../MSTestv2IntelliTestExtensionPackage.csproj | 1 + .../MSTestv2UnitTestExtensionPackage.csproj | 1 + 4 files changed, 4 insertions(+) diff --git a/Templates/Desktop/MSTestDesktopVSIX.csproj b/Templates/Desktop/MSTestDesktopVSIX.csproj index e0e66123e6..fd86ee3c39 100644 --- a/Templates/Desktop/MSTestDesktopVSIX.csproj +++ b/Templates/Desktop/MSTestDesktopVSIX.csproj @@ -29,6 +29,7 @@ false true Templates\CSharp\Desktop + False true diff --git a/Templates/UWP/MSTestUWPVSIX.csproj b/Templates/UWP/MSTestUWPVSIX.csproj index 5d6de7a8f8..e286282193 100644 --- a/Templates/UWP/MSTestUWPVSIX.csproj +++ b/Templates/UWP/MSTestUWPVSIX.csproj @@ -29,6 +29,7 @@ false true Templates\CSharp\UWP + False true diff --git a/WizardExtensions/MSTestv2IntelliTestExtensionPackage/MSTestv2IntelliTestExtensionPackage.csproj b/WizardExtensions/MSTestv2IntelliTestExtensionPackage/MSTestv2IntelliTestExtensionPackage.csproj index c2d6f98404..7bbe535994 100644 --- a/WizardExtensions/MSTestv2IntelliTestExtensionPackage/MSTestv2IntelliTestExtensionPackage.csproj +++ b/WizardExtensions/MSTestv2IntelliTestExtensionPackage/MSTestv2IntelliTestExtensionPackage.csproj @@ -29,6 +29,7 @@ false true WizardExtensions\IntelliTest + False true diff --git a/WizardExtensions/MSTestv2UnitTestExtensionPackage/MSTestv2UnitTestExtensionPackage.csproj b/WizardExtensions/MSTestv2UnitTestExtensionPackage/MSTestv2UnitTestExtensionPackage.csproj index 4c9fa9b6dc..f533c500c5 100644 --- a/WizardExtensions/MSTestv2UnitTestExtensionPackage/MSTestv2UnitTestExtensionPackage.csproj +++ b/WizardExtensions/MSTestv2UnitTestExtensionPackage/MSTestv2UnitTestExtensionPackage.csproj @@ -29,6 +29,7 @@ false true WizardExtensions\CreateUnitTest + False true