Skip to content

Commit 983ae53

Browse files
committed
csproj file changes
1 parent d03b722 commit 983ae53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Tests/Nest.Tests.Unit/Nest.Tests.Unit.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@
404404
<Compile Include="Reproduce\Reproduce926Tests.cs" />
405405
<Compile Include="Search\Aggregations\ScriptedMetricJson.cs" />
406406
<Compile Include="Search\Aggregations\SingleBucketAggregationTests.cs" />
407+
<Compile Include="Search\Aggregations\Terms\TermAggregationTests.cs" />
407408
<Compile Include="Search\Failures\ShardFailureTests.cs" />
408409
<Compile Include="Search\Fields\FieldsTests.cs" />
409410
<Compile Include="Search\Filter\Modes\ConditionlessFilterJson.cs" />
@@ -826,6 +827,9 @@
826827
<None Include="Reproduce\Issue876.json">
827828
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
828829
</None>
830+
<None Include="Search\Aggregations\Terms\TermAggregationSerializes.json">
831+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
832+
</None>
829833
<None Include="Search\Failures\ShardFailuresResult.json">
830834
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
831835
</None>

0 commit comments

Comments
 (0)