Skip to content

Commit

Permalink
Making DeployExtension false by default. (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaranigarg authored Feb 10, 2017
1 parent ab9db4a commit 95d4ab3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Templates/Desktop/MSTestDesktopVSIX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
<IsVsixProj>true</IsVsixProj>
<VsixLclSubPath>Templates\CSharp\Desktop</VsixLclSubPath>
<DeployExtension>False</DeployExtension>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
1 change: 1 addition & 0 deletions Templates/UWP/MSTestUWPVSIX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
<IsVsixProj>true</IsVsixProj>
<VsixLclSubPath>Templates\CSharp\UWP</VsixLclSubPath>
<DeployExtension>False</DeployExtension>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
<IsVsixProj>true</IsVsixProj>
<VsixLclSubPath>WizardExtensions\IntelliTest</VsixLclSubPath>
<DeployExtension>False</DeployExtension>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
<IsVsixProj>true</IsVsixProj>
<VsixLclSubPath>WizardExtensions\CreateUnitTest</VsixLclSubPath>
<DeployExtension>False</DeployExtension>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 95d4ab3

Please sign in to comment.