Addresses #33177
@@ -1,3 +1,3 @@
@ECHO OFF
-SET RepoRoot=%~dp0..\..
+SET RepoRoot=%~dp0..\..\..
%RepoRoot%\eng\build.cmd -projects %~dp0**\*.*proj %*
@@ -3,5 +3,5 @@
set -euo pipefail
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-repo_root="$DIR/../.."
+repo_root="$DIR/../../.."
"$repo_root/eng/build.sh" --projects "$DIR/**/*.*proj" "$@"