diff --git a/tools/update_pool.sh b/tools/update_pool.sh new file mode 100644 index 0000000000000..553641905cf45 --- /dev/null +++ b/tools/update_pool.sh @@ -0,0 +1 @@ +find . -name \*.yml -exec sed -i "s/'onnxruntime-Win-CPU-2022'/'onnxruntime-Win-CPU-2022-beta'/g" {} \;