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

[ignite] branch gg-34169 updated (0f71f03 -> f9e63ec)

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

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


    from 0f71f03  Fix SslStreamFactory to allow null certificate
     new 0f92bb1  Fix csproj
     new f9e63ec  Fix csproj

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj    | 3 +++
 1 file changed, 3 insertions(+)

[ignite] 01/02: Fix csproj

Posted by pt...@apache.org.
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>

[ignite] 02/02: Fix csproj

Posted by pt...@apache.org.
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>