diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a52d5386e..9656f12ce 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -90,5 +90,6 @@ jobs: steps: - script: | sudo dockerd -s vfs &> /dev/null & + sudo ln "$(pwd)" /build sudo make $(board) displayName: 'Build $(board)'