Skip to content

Commit db9f1e0

Browse files
davidhcoejhrotko
authored andcommitted
feat(csharp): Enable NuGet publishing for Apache.Arrow.Adbc.Testing (apache#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 <>
1 parent 97c2427 commit db9f1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Testing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks Condition="'$(IsWindows)'=='true'">net8.0;net472</TargetFrameworks>
55
<TargetFrameworks Condition="'$(TargetFrameworks)'==''">net8.0</TargetFrameworks>
6-
<IsPackable>false</IsPackable>
6+
<IsPackable>true</IsPackable>
77
<IsTestProject>true</IsTestProject>
88
<ProcessArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant())</ProcessArchitecture>
99
</PropertyGroup>

0 commit comments

Comments
 (0)