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'