I try to run a Web API Postman test in a TFS build step. Postman has it's own command line tool called Newman. When running my tests in command line on my build server, everything works fine. When trying to run the same command via TFS command line build step, I get the error
'specified executable is not a valid application for this os platform'
Note that newman is a npm package which has been previously installed on the build machine.