aboutsummaryrefslogtreecommitdiff
path: root/v1/feature-scripts.env
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-06-02 00:16:42 +0300
committerGitHub <noreply@github.com>2022-06-02 00:16:42 +0300
commit1063e12950f52606ab52e2c1bc3d9b77955db075 (patch)
tree126e8bc34c3ec4effa8f183196deaa65443f9612 /v1/feature-scripts.env
parent502af2c69f757af6a7b3817170c33100d2150e00 (diff)
dotnet: allow multiple dotnet versions (#34)
* dotnet: allow multiple dotnet versions * nit * change description * change condtion * nit * change exit code * restructure linkinh * nit * adding installUsingApt * export path * fix path * fix eof * fix updaterc * change access * add USERNAME * export * debug 1 * add missing $
Diffstat (limited to 'v1/feature-scripts.env')
-rw-r--r--v1/feature-scripts.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/v1/feature-scripts.env b/v1/feature-scripts.env
index 66a10a0..8b0c6b6 100644
--- a/v1/feature-scripts.env
+++ b/v1/feature-scripts.env
@@ -19,7 +19,7 @@ _BUILD_ARG_RUBY="./ruby/install.sh ${_B
_BUILD_ARG_RUST="./rust/install.sh /usr/local/cargo /usr/local/rustup automatic true false ${_BUILD_ARG_RUST_VERSION:-latest} ${_BUILD_ARG_RUST_PROFILE:-minimal}"
_BUILD_ARG_POWERSHELL="./powershell/install.sh ${_BUILD_ARG_POWERSHELL_VERSION:-latest}"
_BUILD_ARG_DESKTOP_LITE="./desktop-lite/install.sh automatic ${_BUILD_ARG_DESKTOP_LITE_PASSWORD:-vscode} true ${_BUILD_ARG_DESKTOP_LITE_VNCPORT:-5901} ${_BUILD_ARG_DESKTOP_LITE_WEBPORT:-6080}"
-_BUILD_ARG_DOTNET="./dotnet/install.sh ${_BUILD_ARG_DOTNET_VERSION:-latest} ${_BUILD_ARG_DOTNET_RUNTIMEONLY:-false} automatic true /usr/local/dotnet dotnet"
+_BUILD_ARG_DOTNET="./dotnet/install.sh ${_BUILD_ARG_DOTNET_VERSION:-latest} ${_BUILD_ARG_DOTNET_RUNTIMEONLY:-false} automatic true /usr/local/dotnet dotnet ${_BUILD_ARG_DOTNET_OVERRIDEDEFAULTVERSION:-true} ${_BUILD_ARG_DOTNET_INSTALLUSINGAPT:-true}"
_BUILD_ARG_JUPYTERLAB="./jupyterlab/install.sh ${_BUILD_ARG_JUPYTERLAB_VERSION:-latest}" automatic ${_BUILD_ARG_JUPYTERLAB_PYTHONBINARY:-python}" true
_BUILD_ARG_PHP="./php/install.sh ${_BUILD_ARG_PHP_VERSION:-latest} /usr/local/php ${_BUILD_ARG_PHP_INSTALLCOMPOSER:-true} true automatic true"
_BUILD_ARG_ORYX="./oryx/install.sh" \ No newline at end of file