onnxruntime/tools/ci_build/github/azure-pipelines/nuget/templates
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
..
dml-vs-2022.yml Remove PostBuildCleanup (#23233) 2024-12-31 13:12:33 -08:00
get-nuget-package-version-as-variable.yml
test_linux.yml [TensorRT EP] Refactor TRT version update logic & apply TRT 10.5 (#22483) 2024-10-29 09:23:41 -07:00
test_macos.yml Update pool to MacOS-13 (#17361) 2024-09-17 10:07:30 -07:00
test_win.yml update pipline python version from 3.8 to 3.12 (#22517) 2024-10-21 07:50:31 -07:00