diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1f48471e8..d4829e564 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -90,5 +90,8 @@ jobs: steps: - script: sudo dockerd -s vfs &> /dev/null & displayName: 'Start docker' - - script: make $(board) + - script: | + ps -ax + ls -ls + make $(board) displayName: 'Build $(board)'