From ffce709a412623cb2c31812aaefcef13c106407f Mon Sep 17 00:00:00 2001 From: "Anatolii Bolshakov (Akvelon INC)" Date: Tue, 2 Mar 2021 18:11:40 +0300 Subject: [PATCH] Added path to allowed variables --- Tasks/UsePythonVersionV0/task.json | 2 +- Tasks/UsePythonVersionV0/task.loc.json | 2 +- Tasks/UseRubyVersionV0/task.json | 2 +- Tasks/UseRubyVersionV0/task.loc.json | 5 ++++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Tasks/UsePythonVersionV0/task.json b/Tasks/UsePythonVersionV0/task.json index acab299e99b8..bcf0f40b0fbc 100644 --- a/Tasks/UsePythonVersionV0/task.json +++ b/Tasks/UsePythonVersionV0/task.json @@ -84,7 +84,7 @@ "mode": "restricted" }, "settableVariables": { - "allowed": ["pythonLocation"] + "allowed": ["pythonLocation", "PATH"] } } } \ No newline at end of file diff --git a/Tasks/UsePythonVersionV0/task.loc.json b/Tasks/UsePythonVersionV0/task.loc.json index 7e1c1b59bb18..43ec2df635da 100644 --- a/Tasks/UsePythonVersionV0/task.loc.json +++ b/Tasks/UsePythonVersionV0/task.loc.json @@ -84,7 +84,7 @@ "mode": "restricted" }, "settableVariables": { - "allowed": ["pythonLocation"] + "allowed": ["pythonLocation", "PATH"] } } } \ No newline at end of file diff --git a/Tasks/UseRubyVersionV0/task.json b/Tasks/UseRubyVersionV0/task.json index 29f2d72d6eb0..a08400366b35 100644 --- a/Tasks/UseRubyVersionV0/task.json +++ b/Tasks/UseRubyVersionV0/task.json @@ -62,7 +62,7 @@ "mode": "restricted" }, "settableVariables": { - "allowed": ["rubyLocation"] + "allowed": ["rubyLocation", "PATH"] } } } \ No newline at end of file diff --git a/Tasks/UseRubyVersionV0/task.loc.json b/Tasks/UseRubyVersionV0/task.loc.json index 81b1939cc6ee..c8c94f80709c 100644 --- a/Tasks/UseRubyVersionV0/task.loc.json +++ b/Tasks/UseRubyVersionV0/task.loc.json @@ -62,7 +62,10 @@ "mode": "restricted" }, "settableVariables": { - "allowed": ["rubyLocation"] + "allowed": [ + "rubyLocation", + "PATH" + ] } } } \ No newline at end of file