From 912b61e490e657fcfe2bc520fc6dd434a465df4c Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Mon, 10 May 2021 13:02:56 -0700 Subject: [PATCH] Java fix for non cuda case --- tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml index 99be609ebd..297a78f598 100644 --- a/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml @@ -6,7 +6,8 @@ parameters: jobs: - job: 'build' - pool: 'Win-CPU-2019' + pool: 'RyanWinGPU' +# pool: 'Win-CPU-2019' strategy: matrix: x64_debug: