Skip to content

Commit

Permalink
apacheGH-39598: [C#] Fix verification script (apache#39605)
Browse files Browse the repository at this point in the history
### What changes are included in this PR?

The verification script is modified to look for the versions of .NET now supported by the package.

### Are these changes tested?

Manually tested the verification command.

* Closes: apache#39598

Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
  • Loading branch information
CurtHagenlocher authored and dgreiss committed Feb 17, 2024
1 parent 5769dd0 commit 761decb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/release/verify-release-candidate.sh
Expand Up @@ -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
Expand Down

0 comments on commit 761decb

Please sign in to comment.