onnxruntime/tools
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_custom_build Update all JDK version to 17 (#22786) 2024-11-12 11:42:18 -08:00
ci_build Remove PostBuildCleanup (#23233) 2024-12-31 13:12:33 -08:00
doc Update ruff and clang-format versions (#21479) 2024-07-24 11:50:11 -07:00
nuget OVEP 1.21.0 Development Updates (#23080) 2024-12-11 22:26:32 -08:00
perf_view fixed #16873 (#16932) 2023-09-26 09:57:01 -07:00
python Refactor emulator start and stop functions for clarity and efficiency (#22861) 2024-12-02 09:29:17 -08:00
scripts Cleanup code (#22827) 2024-11-19 14:13:33 -08:00