You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Replace all methods of shelljs module
* Fix cd, ls methods and unit tests for these methods
* Change crlf to lf
* Add removing symbolic link to the rmRF method
* Refactoring cd unit tests and logs
* Refactoring pushd, popd unit tests and outputs
* Refactoring ls method and unit tests
* Remove init from overloads
* Check realpath when change directory to a directory symbolic link
* Fix paths in popd unit tests
* Add OptionsPermutations, fix overloads, remove duplicate retryer func, sort test/tsconfig.json files
---------
Co-authored-by: Rishabh Malik <rishabhmalik@microsoft.com>
"loc.messages.LIB_LocStringNotFound": "Can\\'t find loc string for key: %s",
13
+
"loc.messages.LIB_MergeTestResultNotSupported": "Merging test results from multiple files to one test run is not supported on this version of build agent for OSX/Linux, each test result file will be published as a separate test run in VSO/TFS.",
4
14
"loc.messages.LIB_MkdirFailed": "Unable to create directory '%s'. %s",
5
15
"loc.messages.LIB_MkdirFailedFileExists": "Unable to create directory '%s'. Conflicting file exists: '%s'",
6
16
"loc.messages.LIB_MkdirFailedInvalidDriveRoot": "Unable to create directory '%s'. Root directory does not exist: '%s'",
7
17
"loc.messages.LIB_MkdirFailedInvalidShare": "Unable to create directory '%s'. Unable to verify the directory exists: '%s'. If directory is a file share, please verify the share name is correct, the share is online, and the current process has permission to access the share.",
"loc.messages.LIB_PathIsNotADirectory": "Path is not a directory: %s",
24
+
"loc.messages.LIB_PathNotFound": "Not found %s: %s",
25
+
"loc.messages.LIB_PlatformNotSupported": "Platform not supported: %s",
9
26
"loc.messages.LIB_ProcessError": "There was an error when attempting to execute the process '%s'. This may indicate the process failed to start. Error: %s",
10
27
"loc.messages.LIB_ProcessExitCode": "The process '%s' failed with exit code %s",
11
28
"loc.messages.LIB_ProcessStderr": "The process '%s' failed because one or more lines were written to the STDERR stream",
"loc.messages.LIB_ResourceFileNotSet": "Resource file haven\\'t set, can\\'t find loc string for key: %s",
32
+
"loc.messages.LIB_ReturnCode": "Return code: %d",
16
33
"loc.messages.LIB_StdioNotClosed": "The STDIO streams did not close within %s seconds of the exit event from process '%s'. This may indicate a child process inherited the STDIO streams and has not yet exited.",
17
-
"loc.messages.LIB_WhichNotFound_Linux": "Unable to locate executable file: '%s'. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.",
18
-
"loc.messages.LIB_WhichNotFound_Win": "Unable to locate executable file: '%s'. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.",
19
-
"loc.messages.LIB_LocStringNotFound": "Can\\'t find loc string for key: %s",
20
-
"loc.messages.LIB_ParameterIsRequired": "%s not supplied",
"loc.messages.LIB_UndefinedNodeVersion": "Node version is undefined.",
35
+
"loc.messages.LIB_UnhandledEx": "Unhandled: %s",
31
36
"loc.messages.LIB_UseFirstGlobMatch": "Multiple workspace matches. using first.",
32
-
"loc.messages.LIB_MergeTestResultNotSupported": "Merging test results from multiple files to one test run is not supported on this version of build agent for OSX/Linux, each test result file will be published as a separate test run in VSO/TFS.",
33
-
"loc.messages.LIB_PlatformNotSupported": "Platform not supported: %s",
34
-
"loc.messages.LIB_CopyFileFailed": "Error while copying the file. Attempts left: %s",
35
-
"loc.messages.LIB_UndefinedNodeVersion": "Node version is undefined."
37
+
"loc.messages.LIB_WhichNotFound_Linux": "Unable to locate executable file: '%s'. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.",
38
+
"loc.messages.LIB_WhichNotFound_Win": "Unable to locate executable file: '%s'. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file."
"LIB_LocStringNotFound": "Can\\'t find loc string for key: %s",
14
+
"LIB_MergeTestResultNotSupported": "Merging test results from multiple files to one test run is not supported on this version of build agent for OSX/Linux, each test result file will be published as a separate test run in VSO/TFS.",
5
15
"LIB_MkdirFailed": "Unable to create directory '%s'. %s",
6
16
"LIB_MkdirFailedFileExists": "Unable to create directory '%s'. Conflicting file exists: '%s'",
7
17
"LIB_MkdirFailedInvalidDriveRoot": "Unable to create directory '%s'. Root directory does not exist: '%s'",
8
18
"LIB_MkdirFailedInvalidShare": "Unable to create directory '%s'. Unable to verify the directory exists: '%s'. If directory is a file share, please verify the share name is correct, the share is online, and the current process has permission to access the share.",
"LIB_ResourceFileNotSet": "Resource file haven\\'t set, can\\'t find loc string for key: %s",
33
+
"LIB_ReturnCode": "Return code: %d",
17
34
"LIB_StdioNotClosed": "The STDIO streams did not close within %s seconds of the exit event from process '%s'. This may indicate a child process inherited the STDIO streams and has not yet exited.",
18
-
"LIB_WhichNotFound_Linux": "Unable to locate executable file: '%s'. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.",
19
-
"LIB_WhichNotFound_Win": "Unable to locate executable file: '%s'. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.",
20
-
"LIB_LocStringNotFound": "Can\\'t find loc string for key: %s",
21
-
"LIB_ParameterIsRequired": "%s not supplied",
22
-
"LIB_InputRequired": "Input required: %s",
23
-
"LIB_InvalidPattern": "Invalid pattern: '%s'",
24
-
"LIB_EndpointNotExist": "Endpoint not present: %s",
25
-
"LIB_EndpointDataNotExist": "Endpoint data parameter %s not present: %s",
26
-
"LIB_EndpointAuthNotExist": "Endpoint auth data not present: %s",
"LIB_UndefinedNodeVersion": "Node version is undefined.",
36
+
"LIB_UnhandledEx": "Unhandled: %s",
32
37
"LIB_UseFirstGlobMatch": "Multiple workspace matches. using first.",
33
-
"LIB_MergeTestResultNotSupported": "Merging test results from multiple files to one test run is not supported on this version of build agent for OSX/Linux, each test result file will be published as a separate test run in VSO/TFS.",
34
-
"LIB_PlatformNotSupported": "Platform not supported: %s",
35
-
"LIB_CopyFileFailed": "Error while copying the file. Attempts left: %s",
36
-
"LIB_UndefinedNodeVersion": "Node version is undefined."
37
-
}
38
-
}
38
+
"LIB_WhichNotFound_Linux": "Unable to locate executable file: '%s'. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.",
39
+
"LIB_WhichNotFound_Win": "Unable to locate executable file: '%s'. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file."
0 commit comments