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

Commit 0680641

Browse files
committed
Set ExtensionInstallationFolder
To make sure that the extension is always installed to the same directory.
1 parent 856583e commit 0680641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<OutputPath>..\..\build\$(Configuration)\</OutputPath>
1616
<VsixType>v3</VsixType>
1717
<IsProductComponent>false</IsProductComponent>
18+
<ExtensionInstallationFolder>GitHub Extension for Visual Studio</ExtensionInstallationFolder>
1819
</PropertyGroup>
1920
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
2021
<PropertyGroup>

0 commit comments

Comments
 (0)