Skip to content

Commit 9d26831

Browse files
committed
Avoid extension deployment on AppVeyor
1 parent aab39d5 commit 9d26831

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

GenerateCppFiltersExtension/GenerateCppFiltersExtension.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<UpgradeBackupLocation>
1313
</UpgradeBackupLocation>
1414
<OldToolsVersion>15.0</OldToolsVersion>
15+
<DeployExtension Condition="'$(AppVeyor)' != ''">False</DeployExtension>
1516
</PropertyGroup>
1617
<PropertyGroup>
1718
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)