onnxruntime/tools/ci_build/github/windows
Yi Zhang 80f807c03d
upgrade protobuf to 3.20.2 and onnx to 1.13 (#14279)
### Description
upgrade protobuf to 3.20.2, same as onnx 1.13.0

### Motivation and Context
Per component governance requirement and Fixes #14060

unused-parameter error occurs in 2 conditions.
1. compile protolbuf

`onnxruntime_src/cmake/external/protobuf/src/google/protobuf/repeated_ptr_field.h:752:66:
error: unused parameter ‘prototype’ [-Werror=unused-parameter]`
2. include onnx_pb.h
```
2023-01-28T10:20:15.0410853Z FAILED: CMakeFiles/onnxruntime_pybind11_state.dir/onnxruntime_src/onnxruntime/python/onnxruntime_pybind_iobinding.cc.o 
......
2023-01-28T10:20:15.0466024Z                  from /build/Debug/_deps/onnx-src/onnx/onnx_pb.h:51,
2023-01-28T10:20:15.0466958Z                  from /onnxruntime_src/include/onnxruntime/core/framework/to_tensor_proto_element_type.h:10,
....
2023-01-28T10:20:15.0609678Z /build/Debug/_deps/onnx-build/onnx/onnx-operators-ml.pb.h:1178:25:   required from here
2023-01-28T10:20:15.0610895Z /onnxruntime_src/cmake/external/protobuf/src/google/protobuf/repeated_ptr_field.h:752:66: error: unused parameter ‘prototype’ [-Werror=unused-parameter]
2023-01-28T10:20:15.0611707Z cc1plus: all warnings being treated as errors

```

https://dev.azure.com/onnxruntime/2a773b67-e88b-4c7f-9fc0-87d31fea8ef2/_apis/build/builds/874605/logs/22
2023-01-31 12:55:09 -08:00
..
eager Update torch in eager mode CI pipeline (#14094) 2023-01-06 11:46:44 -08:00
post_to_dashboard Pin version of post to dashboard scripts' dependencies and update them to work with recent version. (#10353) 2022-01-21 19:35:58 -08:00
bundle_dlls_gpu.bat
bundle_nuget_with_native_headers.bat
extract_nuget_files.ps1 Patch Protobuf and ONNX's cmake files and enforce BinSkim check (#13694) 2022-11-18 10:09:47 -08:00
extract_nuget_files_gpu.ps1 Patch Protobuf and ONNX's cmake files and enforce BinSkim check (#13694) 2022-11-18 10:09:47 -08:00
extract_zip_files_gpu.ps1
helpers.ps1 upgrade protobuf to 3.20.2 and onnx to 1.13 (#14279) 2023-01-31 12:55:09 -08:00
install_third_party_deps.ps1 upgrade protobuf to 3.20.2 and onnx to 1.13 (#14279) 2023-01-31 12:55:09 -08:00
jar_gpu_packaging.ps1
jar_packaging.ps1 remove wrong placed libs (#12201) 2022-07-18 09:22:22 -07:00
post_binary_sizes_to_dashboard.py Replace the occurrences of "master" to "main" in yaml files (#12534) 2022-08-09 22:03:21 -07:00
post_code_coverage_to_dashboard.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
setup_env.bat Add license header to some files. (#13074) 2022-09-23 18:46:02 -07:00
setup_env_azure.bat Rename CloudEP to AzureEP (#14175) 2023-01-11 12:25:04 -08:00
setup_env_cuda_11.bat Add license header to some files. (#13074) 2022-09-23 18:46:02 -07:00
setup_env_gpu.bat [TensorRT EP] support TensorRT 8.5 (#13867) 2022-12-14 13:06:03 -08:00
setup_env_trt.bat Move build machines with Nvidia M60 GPUs to Nvidia T4 (#13170) 2022-10-25 11:21:13 -07:00
setup_env_x86.bat Add license header to some files. (#13074) 2022-09-23 18:46:02 -07:00