mirror of
https://github.com/actions/runner-images.git
synced 2025-12-24 02:20:20 +08:00
Bring latest changes from internal Mac-Cloud repository from 21 September
This commit is contained in:
@@ -19,7 +19,13 @@ chmod +x ./dotnet-install.sh
|
||||
ARGS_LIST=()
|
||||
echo "Parsing dotnet SDK (except rc and preview versions) from .json..."
|
||||
|
||||
if is_Less_Catalina; then
|
||||
# TO-DO: move the list of versions to install to toolset
|
||||
if is_BigSur; then
|
||||
DOTNET_CHANNELS=(
|
||||
'https://raw.githubusercontent.com/dotnet/core/master/release-notes/2.1/releases.json'
|
||||
'https://raw.githubusercontent.com/dotnet/core/master/release-notes/3.1/releases.json'
|
||||
)
|
||||
elif is_Less_Catalina; then
|
||||
DOTNET_CHANNELS=(
|
||||
'https://raw.githubusercontent.com/dotnet/core/master/release-notes/2.1/releases.json'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user