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

Commit 4e1632a

Browse files
committed
Disable non-public stuff without breaking public builds
1 parent 5bf46e0 commit 4e1632a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ install:
1212
Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent
1313
} else {
1414
git submodule deinit script
15+
git submodule deinit submodules/externalpackages/StartPage
1516
}
1617
1718
git submodule update

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@
605605
<ItemGroup>
606606
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
607607
</ItemGroup>
608-
<ItemGroup>
608+
<ItemGroup Condition="$(Buildtype) == 'Internal'">
609609
<Content Include="..\..\submodules\externalpackages\StartPage\build\GitHub.StartPage.pkgdef">
610610
<Link>GitHub.StartPage.pkgdef</Link>
611611
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)