diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0a96fc48c..ecd269273 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: MT: - cmdLine: 'python scripts/mk_make.py -d --java --dotnet' + cmdLine: 'python scripts/mk_make.py -d --java' ST: cmdLine: './configure --single-threaded' steps: