We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34d3d9 commit b011da8Copy full SHA for b011da8
src/FileProviders/Embedded/build.cmd
@@ -1,3 +1,3 @@
1
@ECHO OFF
2
-SET RepoRoot=%~dp0..\..
+SET RepoRoot=%~dp0..\..\..
3
%RepoRoot%\eng\build.cmd -projects %~dp0**\*.*proj %*
src/FileProviders/Embedded/build.sh
@@ -3,5 +3,5 @@
set -euo pipefail
4
5
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
-repo_root="$DIR/../.."
+repo_root="$DIR/../../.."
7
"$repo_root/eng/build.sh" --projects "$DIR/**/*.*proj" "$@"
0 commit comments