Commands not escaped on Windows

There are not enough examples of drone exec runner config for Windows, I have trouble trying to get it to work.

image

  commands:
  - cd WraithOverlay
  - $MSBUILD WraithOverlay.sln -t:restore -p:RestorePackagesConfig=true
  - $MSBUILD WraithOverlay.sln -property:Configuration=Release
  - robocopy bin\Release\Publish bin\Release

Thanks.

@bradrydzewski The documentation is not clear. Would you mind replying to this?