From 408fd21a7ff293e4ed4d62675576b8f2e63b60c0 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Wed, 28 Nov 2018 00:13:31 +0800 Subject: [PATCH] Windows CI: enable pybind (#34) --- tools/ci_build/github/azure-pipelines/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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