diff --git a/data/azure-pipelines.yml b/data/azure-pipelines.yml index 59567d5bad..788ca1229b 100644 --- a/data/azure-pipelines.yml +++ b/data/azure-pipelines.yml @@ -154,7 +154,7 @@ jobs: destinationFolder: src\urh\dev\native\lib\shared #cleanDestinationFolder: true - - script: python src/urh/cythonext/build.py + - script: python setup.py build_ext --inplace displayName: "Build extensions" - script: |