We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e00fd7 commit 4dd79cbCopy full SHA for 4dd79cb
tools/ExamplesGenerator.ps1
@@ -445,7 +445,6 @@ if ($ModulesToGenerate.Count -eq 0) {
445
[HashTable] $ModuleMapping = Get-Content $ModuleMappingConfigPath | ConvertFrom-Json -AsHashTable
446
$ModulesToGenerate = $ModuleMapping.Keys
447
}
448
-Set-Location ..\
449
Start-Generator -ModulesToGenerate $ModulesToGenerate -GenerationMode "auto"
450
451
#Comment the above and uncomment the below start command, if you manually want to manually pass ExternalDocs url.
0 commit comments