diff --git a/src/FileProviders/Embedded/build.cmd b/src/FileProviders/Embedded/build.cmd index 5274e00264f0..a71232783bb2 100644 --- a/src/FileProviders/Embedded/build.cmd +++ b/src/FileProviders/Embedded/build.cmd @@ -1,3 +1,3 @@ @ECHO OFF -SET RepoRoot=%~dp0..\.. +SET RepoRoot=%~dp0..\..\.. %RepoRoot%\eng\build.cmd -projects %~dp0**\*.*proj %* diff --git a/src/FileProviders/Embedded/build.sh b/src/FileProviders/Embedded/build.sh index 4eb40c27e392..e70fb96b3d06 100755 --- a/src/FileProviders/Embedded/build.sh +++ b/src/FileProviders/Embedded/build.sh @@ -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" "$@"