Arquivos
My 3e1e7a1c28 use bash shell in all agents (#432)
1. previous iteration was mistakenly using the Shell task and that was not compatible with react-scripts, resulting in missing logs.
1. fix is to use Bash to run all commands
2019-01-02 14:58:32 -08:00

642 B

Overview of CI setup

Issues found and solutions

Environment variables in scripts sections is not cross-platform friendly

  1. Option 1

  2. Option 2

Logs are cut off on Windows agent when using shell

  1. make sure to use Bash task and not shell