diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh index ab5c476768ed5..c5e27d083013e 100755 --- a/dev/release/verify-release-candidate.sh +++ b/dev/release/verify-release-candidate.sh @@ -878,10 +878,10 @@ test_csharp() { fi if [ "${SOURCE_KIND}" = "local" ]; then - echo "Skipping sourelink verification on local build" + echo "Skipping sourcelink verification on local build" else - dotnet tool run sourcelink test artifacts/Apache.Arrow/Release/netstandard1.3/Apache.Arrow.pdb - dotnet tool run sourcelink test artifacts/Apache.Arrow/Release/netcoreapp3.1/Apache.Arrow.pdb + dotnet tool run sourcelink test artifacts/Apache.Arrow/Release/netstandard2.0/Apache.Arrow.pdb + dotnet tool run sourcelink test artifacts/Apache.Arrow/Release/net6.0/Apache.Arrow.pdb fi popd