-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Description
Scripts have incorrect paths to repo root
Both scripts build.cmd
and build.sh
have incorrect relative paths to repo root
SET RepoRoot=%~dp0..\.. |
repo_root="$DIR/../.." |
To Reproduce
Run build.cmd
The system cannot find the path specified.
Run build.sh
./build.sh: line 7: [...]aspnetcore/src/FileProviders/Embedded/../../eng/build.sh: No such file or directory
Metadata
Metadata
Assignees
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework