Skip to content

Commit f557b0f

Browse files
author
Paul van Brenk
committed
Don't deploy when building on VSTS
1 parent 62e649b commit f557b0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Build/Common.Build.settings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
<IncludeVsixItemsFromTargets Condition="'$(IncludeVsixItemsFromTargets)' == ''">BuiltProjectOutputGroup;SatelliteDllsProjectOutputGroup;</IncludeVsixItemsFromTargets>
8484
<!-- Copies entire VSIX contents to the output directory. -->
8585
<CopyLocalReferenceVsixItems Condition="'$(CopyLocalReferenceVsixItems)' == ''">false</CopyLocalReferenceVsixItems>
86+
<DeployExtension Condition="'$(BUILD_BUILDNUMBER)' != ''">False</DeployExtension>
8687
</PropertyGroup>
8788

8889

0 commit comments

Comments
 (0)