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 2b7a3a2 commit 08dd1cdCopy full SHA for 08dd1cd
src/Mvc/build.cmd
@@ -1,3 +1,3 @@
1
@ECHO OFF
2
-SET RepoRoot="%~dp0..\.."
3
-%RepoRoot%\build.cmd -All -RepoRoot %~dp0 %*
+SET RepoRoot=%~dp0..\..
+%RepoRoot%\build.cmd -projects %~dp0\**\*.*proj %*
src/Mvc/build.sh
100644
100755
@@ -4,4 +4,4 @@ set -euo pipefail
4
5
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
repo_root="$DIR/../.."
7
-"$repo_root/build.sh" -All -RepoRoot "$DIR" "$@"
+"$repo_root/build.sh" --projects "$DIR/**/*.*proj" "$@"
0 commit comments