diff --git a/tools/ci_build/github/azure-pipelines/azure-pipelines.yml b/tools/ci_build/github/azure-pipelines/azure-pipelines.yml index 7bfeff5b74..6b78c4be7a 100644 --- a/tools/ci_build/github/azure-pipelines/azure-pipelines.yml +++ b/tools/ci_build/github/azure-pipelines/azure-pipelines.yml @@ -44,7 +44,7 @@ jobs: - task: BatchScript@1 inputs: filename: build.bat - arguments: ' --enable_onnx_tests' + arguments: ' --enable_onnx_tests --enable_pybind' workingFolder: "$(Build.SourcesDirectory)" - task: CmdLine@1