onnxruntime
onnxruntime copied to clipboard
Catch statement causing build failures for flavors with EHsc disabled
Description
Catch in etw_sink.cc is causing build failures for flavors with EHsc disabled. Remove the catch and set the Failure state as a response the FAILED check.
Motivation and Context
Catch in etw_sink.cc is causing build failures for flavors with EHsc disabled.
please rebase/merge main to pass ci pipeline.