Skip to content

Commit

Permalink
fix(csharp): submodule not pulling correctly (#824)
Browse files Browse the repository at this point in the history
- submodule was not setup correctly
- pattern matching for csproj and sln files
  • Loading branch information
davidhcoe authored Jun 20, 2023
1 parent 67bc05f commit 2f8a6a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
7 changes: 3 additions & 4 deletions csharp/.gitmodules → .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

[submodule "arrow"]
path = arrow
url = https://github.com/apache/arrow
branch = main
[submodule "csharp/src/arrow"]
path = csharp/src/arrow
url = https://github.com/apache/arrow.git
7 changes: 2 additions & 5 deletions dev/release/rat_exclude_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ ci/conda/.ci_support/*
ci/conda/.gitattributes
ci/linux-packages/changelog
ci/linux-packages/*.install
csharp/Apache.Arrow.Adbc.sln
csharp/src/Apache.Arrow.Adbc.FlightSql/Apache.Arrow.Adbc.FlightSql.csproj
csharp/src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj
csharp/test/Apache.Arrow.Adbc.FlightSql.Tests/Apache.Arrow.Adbc.FlightSql.Tests.csproj
csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Tests.csproj
csharp/*.sln
csharp/*.csproj
dev/release/rat_exclude_files.txt
docs/source/format/*.drawio
docs/source/format/*.svg
Expand Down

0 comments on commit 2f8a6a6

Please sign in to comment.