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

Commit 8cf3eb6

Browse files
Steven Kirkgrokys
authored andcommitted
Only include MetricsService in internal builds.
1 parent e469169 commit 8cf3eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Exports/GitHub.Exports.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<None Include="..\common\settings.json">
9292
<Link>Properties\settings.json</Link>
9393
</None>
94-
<Compile Include="..\..\script\src\MetricsService.cs">
94+
<Compile Include="..\..\script\src\MetricsService.cs" Condition="$(Buildtype) == 'Internal'">
9595
<Link>Services\MetricsService.cs</Link>
9696
</Compile>
9797
<Compile Include="Collections\ICopyable.cs" />

0 commit comments

Comments
 (0)