From 03830ab028e61c90019953702179f1b4c2fbb821 Mon Sep 17 00:00:00 2001 From: Joshua Miller Date: Sun, 21 Aug 2022 15:19:13 -0500 Subject: [PATCH 1/2] Remove NPM demand https://github.com/cloudpups/authenticated-scripts/issues/6 --- tasks/powershell/task.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/powershell/task.json b/tasks/powershell/task.json index 6d6fb05..1784cde 100644 --- a/tasks/powershell/task.json +++ b/tasks/powershell/task.json @@ -16,7 +16,6 @@ "Release" ], "demands": [ - "npm" ], "instanceNameFormat": "Authenticated PowerShell Script", "showEnvironmentVariables": true, @@ -168,4 +167,4 @@ "PS_UnableToDetermineExitCode": "Unexpected exception. Unable to determine the exit code from powershell.", "PS_InvalidTargetType": "Invalid target type '{0}'. The value must be one of: 'filepath' or 'inline'" } -} \ No newline at end of file +} From 12f24f34cb701d0c12fcfca3058c3b734172eaeb Mon Sep 17 00:00:00 2001 From: Joshua Miller Date: Sun, 21 Aug 2022 15:19:32 -0500 Subject: [PATCH 2/2] Remove demand https://github.com/cloudpups/authenticated-scripts/issues/6 --- tasks/bash/task.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/bash/task.json b/tasks/bash/task.json index 172607f..553f876 100644 --- a/tasks/bash/task.json +++ b/tasks/bash/task.json @@ -16,7 +16,6 @@ "Release" ], "demands": [ - "npm" ], "instanceNameFormat": "Authenticated Bash Script", "showEnvironmentVariables": true, @@ -129,4 +128,4 @@ "JS_Stderr": "Bash wrote one or more lines to the standard error stream.", "JS_TranslatePathFailed": "Unable to translate the path '%s' to the Linux file system." } -} \ No newline at end of file +}