&& is notoriously hard to search for on Google Search, but the best I\'ve found is this article which says to use -and.
&&
-and
Unfortunatel
Very old question, but for the newcomers: maybe the PowerShell version (similar but not equivalent) that the question is looking for, is to use -and as follows:
(build_command) -and (run_tests_command)