This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/GitHub.VisualStudio.Vsix Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 6161 <CreateVsixContainer >False</CreateVsixContainer >
6262 <DeployExtension >False</DeployExtension >
6363 <OutputPath >..\..\build\Debug\</OutputPath >
64+ <CopyVsixExtensionFiles >True</CopyVsixExtensionFiles >
65+ <CopyVsixExtensionLocation >..\..\build\Content</CopyVsixExtensionLocation >
6466 </PropertyGroup >
6567 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
6668 <Optimize >true</Optimize >
7173 <CreateVsixContainer >True</CreateVsixContainer >
7274 <DeployExtension >True</DeployExtension >
7375 <OutputPath >..\..\build\Release\</OutputPath >
76+ <CopyVsixExtensionFiles >True</CopyVsixExtensionFiles >
77+ <CopyVsixExtensionLocation >..\..\build\Content</CopyVsixExtensionLocation >
7478 </PropertyGroup >
7579 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'ReleaseWithoutVsix|AnyCPU' " >
7680 <DebugType >pdbonly</DebugType >
8286 <CreateVsixContainer >False</CreateVsixContainer >
8387 <DeployExtension >False</DeployExtension >
8488 <OutputPath >..\..\build\Release\</OutputPath >
89+ <CopyVsixExtensionFiles >True</CopyVsixExtensionFiles >
90+ <CopyVsixExtensionLocation >..\..\build\Content</CopyVsixExtensionLocation >
8591 </PropertyGroup >
8692 <PropertyGroup >
8793 <TargetVsixContainer >$(OutputPath)GitHub.VisualStudio.vsix</TargetVsixContainer >
You can’t perform that action at this time.
0 commit comments