There are not enough examples of drone exec runner config for Windows, I have trouble trying to get it to work.
commands:
- cd WraithOverlay
- $MSBUILD WraithOverlay.sln -t:restore -p:RestorePackagesConfig=true
- $MSBUILD WraithOverlay.sln -property:Configuration=Release
- robocopy bin\Release\Publish bin\Release
Thanks.