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:15 UTC

[ignite] 01/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 0f92bb19aa782410409a14ba3fa3aa051932d11b
Author: Pavel Tupitsyn <pt...@apache.org>
AuthorDate: Mon Nov 15 10:34:31 2021 +0300

    Fix csproj
---
 .../dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj      | 1 +
 1 file changed, 1 insertion(+)

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 a695a75..d43c096 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,6 +488,7 @@
     <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.xml">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>