From a8a2bae5e085d2dc09fab4a9e84e98f44ea1535e Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Tue, 4 Jun 2024 12:31:19 -0400 Subject: [PATCH] failOnStderr --- .../github/azure-pipelines/templates/make_java_win_binaries.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/make_java_win_binaries.yml b/tools/ci_build/github/azure-pipelines/templates/make_java_win_binaries.yml index 9fa9f5e4a4869..6c77678ce15d8 100644 --- a/tools/ci_build/github/azure-pipelines/templates/make_java_win_binaries.yml +++ b/tools/ci_build/github/azure-pipelines/templates/make_java_win_binaries.yml @@ -15,7 +15,6 @@ steps: @echo on call gradlew.bat cmakeCheck -DcmakeBuildDir=$(Build.BinariesDirectory)\RelWithDebInfo workingDirectory: $(Build.SourcesDirectory)\java - failOnStderr: ${{ not(parameters.buildOnly) }} - task: CmdLine@2 displayName: 'Add symbols and notices to Java'