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

Commit 1e9b26b

Browse files
committed
Place GitHub.VisualStudio.vsix under OutputPath
1 parent 18b2127 commit 1e9b26b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/GitHub.VisualStudio.Vsix/GitHub.VisualStudio.Vsix.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181
<DeployExtension>False</DeployExtension>
8282
<OutputPath>..\..\build\Release\</OutputPath>
8383
</PropertyGroup>
84+
<PropertyGroup>
85+
<TargetVsixContainer>$(OutputPath)GitHub.VisualStudio.vsix</TargetVsixContainer>
86+
</PropertyGroup>
8487
<PropertyGroup Condition="'$(BuildingInsideVisualStudio)' != 'true'">
8588
<!-- Only deploy extension when building inside Visual Studio -->
8689
<DeployExtension>False</DeployExtension>

0 commit comments

Comments
 (0)