Skip to content

Commit bedc040

Browse files
committed
MultiFieldPropertyWithJustNamePath.json was not set to copy to the output directory causing the myget continuous builds to fail
1 parent fc374f7 commit bedc040

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@
121121
<Compile Include="Core\Bulk\BulkTests.cs" />
122122
<Compile Include="Core\Bulk\BulkUrlTests.cs" />
123123
<Compile Include="Core\Map\MappingBehaviourTests.cs" />
124-
<Content Include="Core\Map\Properties\MultiFieldPropertyWithJustNamePath.json" />
124+
<None Include="Core\Map\Properties\MultiFieldPropertyWithJustNamePath.json">
125+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
126+
</None>
125127
<Compile Include="Core\Scroll\ScrollRequestTests.cs" />
126128
<Compile Include="Core\Domain\Connection\ConnectionTests.cs" />
127129
<Compile Include="Core\MultiSearch\MultiSearchTests.cs" />

0 commit comments

Comments
 (0)