Skip to content

Commit

Permalink
build(csharp): add Arrow as submodule proper for CSharp project (#1229)
Browse files Browse the repository at this point in the history
Can't build the C# project checking out from main directly at the
moment.

README mentioned the submodule for Arrow and it's included in
.gitmodules, but none of it works unless the csharp's .gitignore has
src/arrow removed so that it isn't ignored, and the repo can actually
pull the submodule into the expected directory path.
  • Loading branch information
vleslief-ms authored Oct 26, 2023
1 parent ef72e6f commit 3a8f6dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion csharp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ x64
*.csproj.user
*.pass

src/arrow
artifacts/
TestResults/
1 change: 1 addition & 0 deletions csharp/src/arrow
Submodule arrow added at 57f643

0 comments on commit 3a8f6dc

Please sign in to comment.