diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c923568..b082381 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -53,7 +53,7 @@ jobs: displayName: 'Print number of CPUs' - script: | - make -j`nproc` V=s + make V=s workingDirectory: $(workingDirectory) displayName: 'Build the project'