We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01f0cb2 + 9234ad3 commit c984806Copy full SHA for c984806
Tvl.VisualStudio.MouseFastScroll/Tvl.VisualStudio.MouseFastScroll.csproj
@@ -38,6 +38,10 @@
38
<!-- This is added to prevent forced migrations in Visual Studio 2012 and newer -->
39
<MinimumVisualStudioVersion>$(VisualStudioVersion)</MinimumVisualStudioVersion>
40
</PropertyGroup>
41
+ <PropertyGroup Condition="'$(BuildingInsideVisualStudio)' != 'true'">
42
+ <!-- This property disables extension deployment for command line builds; required for AppVeyor -->
43
+ <DeployExtension>False</DeployExtension>
44
+ </PropertyGroup>
45
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
46
<DebugSymbols>true</DebugSymbols>
47
<DebugType>full</DebugType>
0 commit comments