Skip to content

Commit 86fdc55

Browse files
committed
CopyLocalLockFileAssemlblies for NEST during FakeBuild
1 parent 3488509 commit 86fdc55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Nest/Nest.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<Import Project="..\..\build\Clients.Common.targets" />
44
<PropertyGroup>
55
<TargetFrameworks>netstandard1.3</TargetFrameworks>
6-
<!--<CopyLocalLockFileAssemblies Condition="'$(FakeBuild)'=='1'">true</CopyLocalLockFileAssemblies>-->
6+
<!-- we need to referenced assemblies during the command line build so that ILRepack can pick them up -->
7+
<CopyLocalLockFileAssemblies Condition="'$(FakeBuild)'=='1'">true</CopyLocalLockFileAssemblies>
78
</PropertyGroup>
89
<ItemGroup>
910
<ProjectReference Include="..\Elasticsearch.Net\Elasticsearch.Net.csproj" />

0 commit comments

Comments
 (0)