Skip to content

Commit 51aa649

Browse files
committed
Include alias tests in project
1 parent 61d98ab commit 51aa649

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

+4
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
<Compile Include="Cluster\State\StateTests.cs" />
124124
<Compile Include="Core\Bulk\BulkTests.cs" />
125125
<Compile Include="Core\Bulk\BulkUrlTests.cs" />
126+
<Compile Include="Core\Indices\Alias\AliasTests.cs" />
126127
<Compile Include="Core\Indices\Analysis\Analyzers\AnalyzerTests.cs" />
127128
<Compile Include="Core\Indices\Similarity\SimilarityTests.cs" />
128129
<Compile Include="Core\Map\CustomMapping\ImagePluginMappingTests.cs" />
@@ -134,6 +135,9 @@
134135
<None Include="Core\Bulk\BulkIndexDetailsFixedPath.json">
135136
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
136137
</None>
138+
<None Include="Core\Indices\Alias\PutAlias.json">
139+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
140+
</None>
137141
<None Include="Core\Indices\Analysis\Analyzers\CustomAnalyzerTest.json">
138142
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
139143
</None>

0 commit comments

Comments
 (0)