提交 db568122 编写于 作者: J Jared Parsons

Use correct name for shared runtime param

上级 152cf717
......@@ -32,7 +32,7 @@ install_dotnet () {
/usr/bin/env bash -s -- --version "${DOTNET_SDK_VERSION}" --install-dir "${DOTNET_PATH}"
curl https://dot.net/v1/dotnet-install.sh | \
/usr/bin/env bash -s -- --version "${DOTNET_RUNTIME_VERSION}" --sharedruntime --install-dir "${DOTNET_PATH}"
/usr/bin/env bash -s -- --version "${DOTNET_RUNTIME_VERSION}" --shared-runtime --install-dir "${DOTNET_PATH}"
else
echo "Skipping download of .NET CLI: Already installed at ${DOTNET_PATH}"
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册