From 0f2bed60860c4759167ca430bbe266f904b8ee14 Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Tue, 30 Nov 2021 13:53:34 +0000 Subject: [PATCH] env_add_path adjust --- bucket/dotnet-sdk-lts.json | 2 +- bucket/dotnet-sdk-preview.json | 2 +- bucket/nodejs010.json | 2 +- bucket/nodejs012.json | 2 +- bucket/nodejs10.json | 2 +- bucket/nodejs11.json | 2 +- bucket/nodejs12.json | 2 +- bucket/nodejs14.json | 2 +- bucket/nodejs16.json | 2 +- bucket/nodejs4.json | 2 +- bucket/nodejs5.json | 2 +- bucket/nodejs6.json | 2 +- bucket/nodejs7.json | 2 +- bucket/nodejs8.json | 2 +- bucket/nodejs9.json | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/bucket/dotnet-sdk-lts.json b/bucket/dotnet-sdk-lts.json index f4632de0240..d3932d7b44a 100644 --- a/bucket/dotnet-sdk-lts.json +++ b/bucket/dotnet-sdk-lts.json @@ -17,7 +17,7 @@ "suggest": { "Visual C++ Redistributable": "extras/vcredist2019" }, - "env_add_path": ".", + "env_add_path": "\\", "env_set": { "DOTNET_ROOT": "$dir", "MSBuildSDKsPath": "$dir\\sdk\\$version\\Sdks" diff --git a/bucket/dotnet-sdk-preview.json b/bucket/dotnet-sdk-preview.json index c7326c1576c..f27112cf719 100644 --- a/bucket/dotnet-sdk-preview.json +++ b/bucket/dotnet-sdk-preview.json @@ -14,7 +14,7 @@ } }, "bin": "dotnet.exe", - "env_add_path": ".", + "env_add_path": "\\", "env_set": { "DOTNET_ROOT": "$dir", "MSBuildSDKsPath": "$dir\\sdk\\$version\\Sdks" diff --git a/bucket/nodejs010.json b/bucket/nodejs010.json index 1088c429ed9..a84dafc8793 100644 --- a/bucket/nodejs010.json +++ b/bucket/nodejs010.json @@ -20,7 +20,7 @@ ], "env_add_path": [ "bin", - "." + "\\" ], "post_install": [ "# Set npm prefix to install modules inside bin and npm cache so they persist", diff --git a/bucket/nodejs012.json b/bucket/nodejs012.json index 81a640798b0..bcbe4367fdd 100644 --- a/bucket/nodejs012.json +++ b/bucket/nodejs012.json @@ -20,7 +20,7 @@ ], "env_add_path": [ "bin", - "." + "\\" ], "post_install": [ "# Set npm prefix to install modules inside bin and npm cache so they persist", diff --git a/bucket/nodejs10.json b/bucket/nodejs10.json index 8f098a15ef9..fad168c0893 100644 --- a/bucket/nodejs10.json +++ b/bucket/nodejs10.json @@ -21,7 +21,7 @@ ], "env_add_path": [ "bin", - "." + "\\" ], "post_install": [ "# Set npm prefix to install modules inside bin and npm cache so they persist", diff --git a/bucket/nodejs11.json b/bucket/nodejs11.json index 600825ba696..a4fc6a618ee 100644 --- a/bucket/nodejs11.json +++ b/bucket/nodejs11.json @@ -21,7 +21,7 @@ ], "env_add_path": [ "bin", - "." + "\\" ], "post_install": [ "# Set npm prefix to install modules inside bin and npm cache so they persist", diff --git a/bucket/nodejs12.json b/bucket/nodejs12.json index c6a741ca76a..8956ad181d9 100644 --- a/bucket/nodejs12.json +++ b/bucket/nodejs12.json @@ -21,7 +21,7 @@ ], "env_add_path": [ "bin", - "." + "\\" ], "post_install": [ "# Set npm prefix to install modules inside bin and npm cache so they persist", diff --git a/bucket/nodejs14.json b/bucket/nodejs14.json index 1bf4193148e..ddcb7c78283 100644 --- a/bucket/nodejs14.json +++ b/bucket/nodejs14.json @@ -20,7 +20,7 @@ "cache" ], "env_add_path": [ - ".", + "\\", "bin" ], "post_install": [ diff --git a/bucket/nodejs16.json b/bucket/nodejs16.json index fae208c6f9c..2efa33c548e 100644 --- a/bucket/nodejs16.json +++ b/bucket/nodejs16.json @@ -20,7 +20,7 @@ "cache" ], "env_add_path": [ - ".", + "\\", "bin" ], "post_install": [ diff --git a/bucket/nodejs4.json b/bucket/nodejs4.json index fb7e06b8036..0ce0e6bf6cb 100644 --- a/bucket/nodejs4.json +++ b/bucket/nodejs4.json @@ -21,7 +21,7 @@ ], "env_add_path": [ "bin", - "." + "\\" ], "post_install": [ "# Set npm prefix to install modules inside bin and npm cache so they persist", diff --git a/bucket/nodejs5.json b/bucket/nodejs5.json index ecc8bd169d6..55c2c2a6d5a 100644 --- a/bucket/nodejs5.json +++ b/bucket/nodejs5.json @@ -20,7 +20,7 @@ ], "env_add_path": [ "bin", - "." + "\\" ], "post_install": [ "# Set npm prefix to install modules inside bin and npm cache so they persist", diff --git a/bucket/nodejs6.json b/bucket/nodejs6.json index da828e7c507..1f1973e49b8 100644 --- a/bucket/nodejs6.json +++ b/bucket/nodejs6.json @@ -21,7 +21,7 @@ ], "env_add_path": [ "bin", - "." + "\\" ], "post_install": [ "# Set npm prefix to install modules inside bin and npm cache so they persist", diff --git a/bucket/nodejs7.json b/bucket/nodejs7.json index 888ac352eb8..145a8a7e275 100644 --- a/bucket/nodejs7.json +++ b/bucket/nodejs7.json @@ -21,7 +21,7 @@ ], "env_add_path": [ "bin", - "." + "\\" ], "post_install": [ "# Set npm prefix to install modules inside bin and npm cache so they persist", diff --git a/bucket/nodejs8.json b/bucket/nodejs8.json index 8f13b465c34..605c1119417 100644 --- a/bucket/nodejs8.json +++ b/bucket/nodejs8.json @@ -21,7 +21,7 @@ ], "env_add_path": [ "bin", - "." + "\\" ], "post_install": [ "# Set npm prefix to install modules inside bin and npm cache so they persist", diff --git a/bucket/nodejs9.json b/bucket/nodejs9.json index 2e18ba4d342..59e0568ee40 100644 --- a/bucket/nodejs9.json +++ b/bucket/nodejs9.json @@ -21,7 +21,7 @@ ], "env_add_path": [ "bin", - "." + "\\" ], "post_install": [ "# Set npm prefix to install modules inside bin and npm cache so they persist",