We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc374f7 commit bedc040Copy full SHA for bedc040
src/Tests/Nest.Tests.Unit/Nest.Tests.Unit.csproj
@@ -121,7 +121,9 @@
121
<Compile Include="Core\Bulk\BulkTests.cs" />
122
<Compile Include="Core\Bulk\BulkUrlTests.cs" />
123
<Compile Include="Core\Map\MappingBehaviourTests.cs" />
124
- <Content Include="Core\Map\Properties\MultiFieldPropertyWithJustNamePath.json" />
+ <None Include="Core\Map\Properties\MultiFieldPropertyWithJustNamePath.json">
125
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
126
+ </None>
127
<Compile Include="Core\Scroll\ScrollRequestTests.cs" />
128
<Compile Include="Core\Domain\Connection\ConnectionTests.cs" />
129
<Compile Include="Core\MultiSearch\MultiSearchTests.cs" />
0 commit comments