Skip to content

Commit b011da8

Browse files
authored
Update repo root relative path in build.cmd and build.sh (#33178)
Addresses #33177
1 parent e34d3d9 commit b011da8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/FileProviders/Embedded/build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@ECHO OFF
2-
SET RepoRoot=%~dp0..\..
2+
SET RepoRoot=%~dp0..\..\..
33
%RepoRoot%\eng\build.cmd -projects %~dp0**\*.*proj %*

src/FileProviders/Embedded/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
set -euo pipefail
44

55
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6-
repo_root="$DIR/../.."
6+
repo_root="$DIR/../../.."
77
"$repo_root/eng/build.sh" --projects "$DIR/**/*.*proj" "$@"

0 commit comments

Comments
 (0)