+ "UpdateSourceArgs": "-c \"cd \\\"{{$FullBaseDir}}\\\" && if [[ -x dotnet-sdk/dotnet ]]; then echo \\\".NET SDK 3.1.201 already installed. Skipping\\\" && exit 0; else [[ -f dotnet.tar.gz ]] && rm -f dotnet.tar.gz >/dev/null 2>&1; wget -qO dotnet.tar.gz https://builds.dotnet.microsoft.com/dotnet/Sdk/3.1.201/dotnet-sdk-3.1.201-linux-x64.tar.gz || { echo \\\"Download failed from the Microsoft CDN. This is a fault with the CDN, not AMP. Aborting\\\"; exit 1; }; rm -rf dotnet-sdk/* >/dev/null 2>&1 && tar -xzf dotnet.tar.gz -C dotnet-sdk >/dev/null 2>&1 && rm -f dotnet.tar.gz >/dev/null 2>&1 && echo \\\".NET SDK 3.1.201 (for .NET Runtime 3.1.3) downloaded\\\"; fi\"",
0 commit comments