onnxruntime/tools/ci_build/github
Changming Sun afd3e81c94
Remove PostBuildCleanup (#23233)
Remove PostBuildCleanup tasks since it is deprecated. It is to address a
warning in our pipelines:

"Task 'Post Build Cleanup' version 3 (PostBuildCleanup@3) is dependent
on a Node version (6) that is end-of-life. Contact the extension owner
for an updated version of the task. Task maintainers should review Node
upgrade guidance: https://aka.ms/node-runner-guidance"

Now the cleanup is controlled in another place:

https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/workspace?view=azure-pipelines


The code change was generated by the following Linux command:
```bash
find . -name \*.yml -exec sed -i '/PostBuildCleanup/,+2d' {} \;
```
2024-12-31 13:12:33 -08:00
..
android Redo "Update Gradle version 8.7 and java version 17 within onnxruntime/java" (#22923) 2024-12-02 18:34:25 -08:00
apple [CoreML ] ML Program more operators support [3/N] (#22710) 2024-11-28 09:21:02 +08:00
azure-pipelines Remove PostBuildCleanup (#23233) 2024-12-31 13:12:33 -08:00
js Remove deprecated "mobile" packages (#20941) 2024-06-07 16:20:32 -05:00
linux Integrate onnx 1.17.0 (#21897) 2024-12-24 09:02:02 -08:00
pai Cleanup code (#22827) 2024-11-19 14:13:33 -08:00
windows [TensorRT EP] support TensorRT 10.7-GA (#23011) 2024-12-19 10:39:15 -08:00
Doxyfile_csharp.cfg [C#] Rename unreleased API, add utilities (#16806) 2023-08-02 10:06:42 -07:00