This is an automated email from the ASF dual-hosted git repository.
curth pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new cc7284898 feat(csharp): Enable NuGet publishing for
Apache.Arrow.Adbc.Testing (#3907)
cc7284898 is described below
commit cc72848988f001e0add5889d6d58fc6d6655f3ae
Author: davidhcoe <[email protected]>
AuthorDate: Fri Jan 23 21:42:06 2026 -0500
feat(csharp): Enable NuGet publishing for Apache.Arrow.Adbc.Testing (#3907)
Enable NuGet publishing for Apache.Arrow.Adbc.Testing to eliminate the
need for submodules in the driver test projects.
Co-authored-by: David Coe <>
---
csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Testing.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Testing.csproj
b/csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Testing.csproj
index c6c0a228c..ce19532df 100644
--- a/csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Testing.csproj
+++ b/csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Testing.csproj
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks
Condition="'$(IsWindows)'=='true'">net8.0;net472</TargetFrameworks>
<TargetFrameworks
Condition="'$(TargetFrameworks)'==''">net8.0</TargetFrameworks>
- <IsPackable>false</IsPackable>
+ <IsPackable>true</IsPackable>
<IsTestProject>true</IsTestProject>
<ProcessArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant())</ProcessArchitecture>
</PropertyGroup>