diff options
Diffstat (limited to 'src/dotnet/feature.json')
-rw-r--r-- | src/dotnet/feature.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/dotnet/feature.json b/src/dotnet/feature.json index b49e613..4e2c7a7 100644 --- a/src/dotnet/feature.json +++ b/src/dotnet/feature.json @@ -12,10 +12,20 @@ "type":"boolean", "default": false, "description": "Install just the dotnet runtime if true, and sdk if false." + }, + "overrideDefaultVersion": { + "type": "boolean", + "default": "true", + "description": "If true, overrides existing version (if any) of dotnet on the PATH" + }, + "installUsingApt": { + "type": "boolean", + "default": "true", + "description": "If true, it installs using apt instead of the release URL" } }, "containerEnv": { - "DOTNET_ROOT": "/usr/local/dotnet", + "DOTNET_ROOT": "/usr/local/dotnet/current", "PATH": "${PATH}:${DOTNET_ROOT}" }, "extensions": [ |