We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ac4e4 commit d8e93dcCopy full SHA for d8e93dc
dotnet-bump
@@ -70,7 +70,7 @@ cd sdk
70
if [[ -z ${sdk_version+x} ]]; then
71
url=https://aka.ms/dotnet/$platform/daily/productCommit-linux-x64.txt
72
else
73
- url=https://dotnetbuilds.azureedge.net/public/Sdk/$sdk_version/productCommit-linux-x64.txt
+ url=https://ci.dot.net/public/Sdk/$sdk_version/productCommit-linux-x64.txt
74
fi
75
manifest=$(curl -L "$url")
76
# installer:e0c95ad21e5eac311e454c65335008161b3e4763, 7.0.103
0 commit comments