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 b5b42c0 commit 02b3fdbCopy full SHA for 02b3fdb
‎scripts/helpers/Build/Update-PSModuleManifestAliasesToExport.ps1
@@ -31,7 +31,7 @@
31
Write-Host "Module name: [$ModuleName]"
32
Write-Host "Module output folder: [$ModuleSourceFolder]"
33
34
- $publicFunctionsPath = Join-Path -Path $ModuleSourceFolder -ChildPath 'public/functions'
+ $publicFunctionsPath = Join-Path -Path $ModuleSourceFolder -ChildPath 'functions/public'
35
Write-Host "Public functions path: [$publicFunctionsPath]"
36
if (-not (Test-Path -Path $publicFunctionsPath)) {
37
Write-Host "Public functions path does not exist: [$publicFunctionsPath]"
0 commit comments