Fix build.cmd/sh for src/Mvc (#6208)
This commit is contained in:
parent
2b7a3a222a
commit
08dd1cd0ea
|
|
@ -1,3 +1,3 @@
|
|||
@ECHO OFF
|
||||
SET RepoRoot="%~dp0..\.."
|
||||
%RepoRoot%\build.cmd -All -RepoRoot %~dp0 %*
|
||||
SET RepoRoot=%~dp0..\..
|
||||
%RepoRoot%\build.cmd -projects %~dp0\**\*.*proj %*
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ set -euo pipefail
|
|||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
repo_root="$DIR/../.."
|
||||
"$repo_root/build.sh" -All -RepoRoot "$DIR" "$@"
|
||||
"$repo_root/build.sh" --projects "$DIR/**/*.*proj" "$@"
|
||||
|
|
|
|||
Loading…
Reference in New Issue