Don't deploy VSIX when building in CI

This commit is contained in:
Nate McMaster 2019-01-24 17:42:14 -08:00 committed by GitHub
parent 5a0e227fad
commit 2b6f5c28c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
<IsPackable>false</IsPackable>
<EnableSourceLink>false</EnableSourceLink>
<GenerateSourceLinkFile>false</GenerateSourceLinkFile>
<DeployExtension Condition="'$(CI)' == 'true'">false</DeployExtension>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />