You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2021/11/15 07:35:16 UTC

[ignite] 02/02: Fix csproj

This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch gg-34169
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit f9e63ecf12287bd2a830bffefa6584dae978273f
Author: Pavel Tupitsyn <pt...@apache.org>
AuthorDate: Mon Nov 15 10:34:51 2021 +0300

    Fix csproj
---
 .../dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj
index d43c096..77c0c1f 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj
@@ -488,7 +488,9 @@
     <Content Include="Config\Client\IgniteClientConfiguration.xml">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
-    <Content Include="Config\Client\server-with-ssl-no-client-auth.xml" />
+    <Content Include="Config\Client\server-with-ssl-no-client-auth.xml">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="Config\Client\server-with-ssl.xml">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>