When doing a "dotnet publish" on windows for a freshly downloaded asp.net boilerplate template, everything works fine, and the resulting puplish folder can be used.
However when doing the same on linux, I get the following:
/bin/sh: 2: /tmp/tmpda90e7b4d99846c4936a6816fb7d9654.exec.cmd: robocopy: not found
Is there a specific way I am supposed to do a publish for asp.net boilerplate on linux?