Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit e73c403

Browse files
committed
Do not deploy extension during AppVeyor builds
1 parent acab714 commit e73c403

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

AsyncUsageAnalyzers/AsyncUsageAnalyzers.Vsix/AsyncUsageAnalyzers.Vsix.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
2525
<VSSDKTargetPlatformRegRootSuffix>Roslyn</VSSDKTargetPlatformRegRootSuffix>
2626
</PropertyGroup>
27+
<PropertyGroup Condition="'$(BuildingInsideVisualStudio)' != 'true'">
28+
<!-- This property disables extension deployment for command line builds; required for AppVeyor and the build script -->
29+
<DeployExtension>False</DeployExtension>
30+
</PropertyGroup>
2731
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2832
<DebugSymbols>true</DebugSymbols>
2933
<DebugType>full</DebugType>

0 commit comments

Comments
 (0)