Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Windows Release CI failure due to unresolved external symbol (onn…
…x#5678) ### Description <!-- - Describe your changes. --> Fix Windows Release CI failure : `onnx.lib(checker.obj) : error LNK2001: unresolved external symbol "public: int __thiscall google::protobuf::RepeatedField<int>::size(void)const " (?size@?$RepeatedField@H@protobuf@google@@QBEHXZ) [D:\a\onnx\onnx\onnx\.setuptools-cmake-build\onnx_cpp2py_export.vcxproj]` by setting PATH properly. We should use prepend instead of append. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? --> <!-- - If it fixes an open issue, please link to the issue here. --> Try to fix onnx#5659. Currently Windows Release CI starts to fail after onnx#5596. --------- Signed-off-by: jcwchen <jacky82226@gmail.com>
- Loading branch information