File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ $output.Add("version", "$Version")
62
62
$outputModules = @ {}
63
63
64
64
# Create mappings file
65
- & " ToolsRootPath/CreateMappings.ps1" - OutputFile $OutputFile / ../ groupMapping.json - WarningFile $OutputFile / ../ groupMappingWarnings.json
65
+ & " $ ToolsRootPath /CreateMappings.ps1" - OutputFile $OutputFile / ../ groupMapping.json - WarningFile $OutputFile / ../ groupMappingWarnings.json
66
66
$labelMapping = Get-Content - Raw $OutputFile / ../ groupMapping.json | ConvertFrom-Json
67
67
68
68
$HelpFolders = @ ()
69
69
70
- $ProjectPaths = @ ( " ToolsRootPath/../src" )
70
+ $ProjectPaths = @ ( " $ ToolsRootPath /../src" )
71
71
$RMpsd1s = $ProjectPaths | ForEach-Object {
72
72
Get-ChildItem - Path $_ - Filter " *.psd1" - Recurse | Where-Object {
73
73
$_.FullName -inotlike " *autorest*" -and `
You can’t perform that action at this time.
0 commit comments