Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 18b2127

Browse files
committed
Don't CreateVsixContainer for GitHub.VisualStudio.csproj
1 parent 9cf9590 commit 18b2127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<ErrorReport>prompt</ErrorReport>
6565
<WarningLevel>4</WarningLevel>
6666
<RunCodeAnalysis>false</RunCodeAnalysis>
67-
<CreateVsixContainer>True</CreateVsixContainer>
67+
<CreateVsixContainer>False</CreateVsixContainer>
6868
<DeployExtension>True</DeployExtension>
6969
<OutputPath>..\..\build\Release\</OutputPath>
7070
</PropertyGroup>

0 commit comments

Comments
 (0)