File tree Expand file tree Collapse file tree 6 files changed +0
-235
lines changed
Expand file tree Collapse file tree 6 files changed +0
-235
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -50,22 +50,13 @@ if ($ModuleRootName -in $rootToParentMap.keys) {
5050 $parentModuleName = $rootToParentMap [$ModuleRootName ]
5151}
5252
53- Write-Host
54-
5553$subModuleNameTrimmed = $SubModuleName
5654$SubModuleName = " $SubModuleName .Autorest"
5755$moduleRootPath = Join-Path $SourceDirectory $ModuleRootName
5856$parentModulePath = Join-Path $moduleRootPath $parentModuleName
5957$subModulePath = Join-Path $moduleRootPath $SubModuleName
6058$slnPath = Join-Path $moduleRootPath " $ModuleRootName .sln"
6159
62- Write-Host " SubModuleName: $SubModuleName "
63- Write-Host " ModuleRootName: $ModuleRootName "
64- Write-Host " parentModuleName: $parentModuleName "
65- Write-Host " moduleRootPath: $moduleRootPath "
66- Write-Host " parentModulePath: $parentModulePath "
67- Write-Host " subModulePath: $subModulePath "
68-
6960Write-Host " Adapting $SubModuleName to $ModuleRootName ..." - ForegroundColor DarkGreen
7061
7162<#
You can’t perform that action at this time.
0 commit comments