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

Commit e12b3ef

Browse files
committed
Create VSIX container in StartPage.
Fixes the build.
1 parent 0680641 commit e12b3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.StartPage/GitHub.StartPage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<DefineConstants>DEBUG;TRACE</DefineConstants>
4040
<ErrorReport>prompt</ErrorReport>
4141
<WarningLevel>4</WarningLevel>
42-
<CreateVsixContainer>False</CreateVsixContainer>
42+
<CreateVsixContainer>True</CreateVsixContainer>
4343
<DeployExtension>False</DeployExtension>
4444
<CopyVsixExtensionFiles>True</CopyVsixExtensionFiles>
4545
<CopyVsixExtensionLocation>build</CopyVsixExtensionLocation>

0 commit comments

Comments
 (0)