Skip to content

Commit 2b6f5c2

Browse files
authored
Don't deploy VSIX when building in CI
1 parent 5a0e227 commit 2b6f5c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/Blazor/BlazorExtension/src/Microsoft.VisualStudio.BlazorExtension.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<IsPackable>false</IsPackable>
1515
<EnableSourceLink>false</EnableSourceLink>
1616
<GenerateSourceLinkFile>false</GenerateSourceLinkFile>
17+
<DeployExtension Condition="'$(CI)' == 'true'">false</DeployExtension>
1718
</PropertyGroup>
1819
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1920

0 commit comments

Comments
 (0)