Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tasks/bash/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"Release"
],
"demands": [
"npm"
],
"instanceNameFormat": "Authenticated Bash Script",
"showEnvironmentVariables": true,
Expand Down Expand Up @@ -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."
}
}
}
3 changes: 1 addition & 2 deletions tasks/powershell/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"Release"
],
"demands": [
"npm"
],
"instanceNameFormat": "Authenticated PowerShell Script",
"showEnvironmentVariables": true,
Expand Down Expand Up @@ -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'"
}
}
}