Update dev and test script window titles to new repo name
This commit is contained in:
parent
c431d58b72
commit
21fec561ee
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ for %%i in (%~dp0..\) DO (
|
|||
SET CLI_REPO_ROOT=%%~dpi
|
||||
)
|
||||
|
||||
title CLI Build (%CLI_REPO_ROOT%)
|
||||
title Core-SDK Build (%CLI_REPO_ROOT%)
|
||||
|
||||
REM Add Stage 0 CLI to path
|
||||
set PATH=%CLI_REPO_ROOT%.dotnet_stage0\x64;%PATH%
|
||||
|
|
|
@ -7,7 +7,7 @@ for %%i in (%~dp0..\) DO (
|
|||
SET CLI_REPO_ROOT=%%~dpi
|
||||
)
|
||||
|
||||
title CLI Test (%CLI_REPO_ROOT%)
|
||||
title Core SDK Test (%CLI_REPO_ROOT%)
|
||||
|
||||
REM Add Stage 2 CLI to path
|
||||
set PATH=%CLI_REPO_ROOT%bin\2\win-x64\dotnet;%PATH%
|
||||
|
|
Loading…
Reference in a new issue