-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Normalize RepoRoot path to improve logs readability #80664
Conversation
Tagging subscribers to this area: @hoyosjs Issue Details
e.g. before the CI:
PR will normalize that path as:
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue Details
e.g. before the CI:
PR will normalize that path as:
|
eng/native/gen-buildsys.cmd
Outdated
@@ -11,8 +11,10 @@ if %argC% lss 4 GOTO :USAGE | |||
if %1=="/?" GOTO :USAGE | |||
|
|||
setlocal enabledelayedexpansion | |||
set basePath=%~dp0 | |||
set __repoRoot=%~dp0..\..\ | |||
set "basePath=%~dp0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
basePath
does not seems to be used anywhere. Delete it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@dotnet/runtime-infrastructure Any additional feedback?
e.g. before the CI:
PR will normalize that path as: