Skip to content

Commit cc72848

Browse files
authored
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 <>
1 parent 514e13b commit cc72848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)