File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ set utilsScript=!utilsScriptsDirPath!\utils.bat
1919
2020set externalModulesDir = !rootDir! \..\CodeProject.AI-Modules
2121
22- echo rootdir = !rootdir!
23- echo installScriptDirPath = !installScriptsDirPath!
24- echo utilsScriptsDirPath = !utilsScriptsDirPath!
25- echo utilsScript = !utilsScript!
22+ REM echo rootdir = !rootdir!
23+ REM echo installScriptDirPath = !installScriptsDirPath!
24+ REM echo utilsScriptsDirPath = !utilsScriptsDirPath!
25+ REM echo utilsScript = !utilsScript!
2626
2727set useColor = true
2828set doDebug = false
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ thisScriptDirPath="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
2121pushd " ${thisScriptDirPath} /../.." > /dev/null
2222rootDirPath=" $( pwd) "
2323popd > /dev/null
24+
2425sdkPath=" ${rootDirPath} /${srcDirName} /${sdkDir} "
2526sdkScriptsDirPath=" ${sdkPath} /Scripts"
2627utilsScriptsDirPath=" ${rootDirPath} /devops/scripts"
You can’t perform that action at this time.
0 commit comments