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