onnxruntime/tools/ci_build/github
Yi Zhang 7d20d889d1
Use cache for compilation in container (#13960)
### Description
For compilation in container,  ADO Cache task doesn't work directly.
The workaround is to mount the cache directory to the container, and let
CCache in container to read/write cache data.
In short, we just leverage ADO API to download/upload cache data.

The Post-jobs works in stack-mode, So the PostBuildCleanUp Tasks should
be defined first.
Thus, The PostBuildCleanUp would be executed lastly.
Else, Cache Task would fail to upload cache because the Agent Directory
is cleaned.
2022-12-16 07:19:07 +08:00
..
android Add onnxruntime_BUILD_UNIT_TESTS=OFF definition to iOS package build options. (#13238) 2022-10-10 18:00:17 -07:00
apple Remove SafeInt dependency from Objective-C API. (#13698) 2022-11-18 17:06:12 -08:00
azure-pipelines Use cache for compilation in container (#13960) 2022-12-16 07:19:07 +08:00
js Use full ORT package for onnxruntime-react-native. (#13037) 2022-09-23 07:20:03 +10:00
linux Use cache for compilation in container (#13960) 2022-12-16 07:19:07 +08:00
pai Improve dependency management (#13523) 2022-12-01 09:51:59 -08:00
python_checks Add Python checks pipeline (#7032) 2021-08-09 10:37:05 -07:00
windows [TensorRT EP] support TensorRT 8.5 (#13867) 2022-12-14 13:06:03 -08:00
Doxyfile_csharp.cfg Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00