Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit ce83a2f

Browse files
committed
Fix contributor builds on CI
1 parent c52ba0a commit ce83a2f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/GitHub.Unity.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@
104104
<Compile Include="UI\Subview.cs" />
105105
<Compile Include="UI\Window.cs" />
106106
</ItemGroup>
107-
<Choose>
108-
<When Condition="$(Buildtype) == 'Internal'" />
109-
</Choose>
110107
<ItemGroup>
111108
<ProjectReference Include="..\..\..\..\GitHub.Api\GitHub.Api.csproj">
112109
<Project>{b389adaf-62cc-486e-85b4-2d8b078df763}</Project>

src/tests/IntegrationTests/IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<Compile Include="Git\GitClientTests.cs" />
7878
<Compile Include="IntegrationTestEnvironment.cs" />
7979
<Compile Include="Installer\GitInstallerTests.cs" />
80-
<Compile Include="Metrics\MetricsTests.cs" />
80+
<Compile Condition="$(Buildtype) == 'Internal'" Include="Metrics\MetricsTests.cs" />
8181
<Compile Include="ProcessManagerExtensions.cs" />
8282
<Compile Include="Process\ProcessManagerIntegrationTests.cs" />
8383
<Compile Include="Properties\AssemblyInfo.cs" />

0 commit comments

Comments
 (0)