[ 
https://issues.apache.org/jira/browse/ARROW-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16872593#comment-16872593
 ] 

Yosuke Shiro commented on ARROW-5695:
-------------------------------------

[~kou]

I'll add `test_package_csharp()` in verify-release-candidate.sh.
Is my understanding correct?

 
{code:java}
test_package_csharp() {
  pushd csharp

  dotnet test
  mv dummy.git ../.git
  dotnet pack -c Release
  mv ../.git dummy.git
  ~/.dotnet/tools/sourcelink test 
artifacts/Apache.Arrow/Release/netstandard1.3/Apache.Arrow.pdb
  ~/.dotnet/tools/sourcelink test 
artifacts/Apache.Arrow/Release/netcoreapp2.1/Apache.Arrow.pdb

  popd
}
{code}
 

 

> [C#][Release] Run sourcelink test in verify-release-candidate.sh
> ----------------------------------------------------------------
>
>                 Key: ARROW-5695
>                 URL: https://issues.apache.org/jira/browse/ARROW-5695
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C#
>            Reporter: Yosuke Shiro
>            Assignee: Yosuke Shiro
>            Priority: Blocker
>             Fix For: 0.14.0
>
>
> Follow up of 
> https://github.com/apache/arrow/pull/4488#pullrequestreview-253110667.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to