Skip to content

Commit 02959aa

Browse files
authored
GH-46605: [CI][Release][C#] Update download URL for dotnet on verification script (#46612)
### Rationale for this change The current verification jobs for dotnet are failing. ### What changes are included in this PR? Microsoft seems to have updated their download URLs. Update accordingly see: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.204-linux-x64-binaries ### Are these changes tested? Yes, via archery. ### Are there any user-facing changes? No * GitHub Issue: #46605 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent da78bfe commit 02959aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/release/verify-release-candidate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ install_csharp() {
385385
local dotnet_download_url=$( \
386386
curl -sL ${dotnet_download_thank_you_url} | \
387387
grep 'directLink' | \
388-
grep -E -o 'https://download[^"]+' | \
388+
grep -E -o 'https://builds.dotnet[^"]+' | \
389389
sed -n 2p)
390390
mkdir -p ${csharp_bin}
391391
curl -sL ${dotnet_download_url} | \

0 commit comments

Comments
 (0)