Skip to content

Commit 59e7821

Browse files
Remove npm demand (#7)
* Remove NPM demand #6 * Remove demand #6
1 parent 360597e commit 59e7821

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tasks/bash/task.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"Release"
1717
],
1818
"demands": [
19-
"npm"
2019
],
2120
"instanceNameFormat": "Authenticated Bash Script",
2221
"showEnvironmentVariables": true,
@@ -129,4 +128,4 @@
129128
"JS_Stderr": "Bash wrote one or more lines to the standard error stream.",
130129
"JS_TranslatePathFailed": "Unable to translate the path '%s' to the Linux file system."
131130
}
132-
}
131+
}

tasks/powershell/task.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"Release"
1717
],
1818
"demands": [
19-
"npm"
2019
],
2120
"instanceNameFormat": "Authenticated PowerShell Script",
2221
"showEnvironmentVariables": true,
@@ -168,4 +167,4 @@
168167
"PS_UnableToDetermineExitCode": "Unexpected exception. Unable to determine the exit code from powershell.",
169168
"PS_InvalidTargetType": "Invalid target type '{0}'. The value must be one of: 'filepath' or 'inline'"
170169
}
171-
}
170+
}

0 commit comments

Comments
 (0)