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 e81c171 commit d0c85e6Copy full SHA for d0c85e6
PowerShellBuild/PowerShellBuild.psm1
@@ -2,7 +2,7 @@
2
Set-BuildEnvironment -Force
3
4
# Dot source public functions
5
-$public = @(Get-ChildItem -Path (Join-Path -Path $PSScriptRoot -ChildPath 'public/*.ps1') -Recurse -ErrorAction Stop)
+$public = @(Get-ChildItem -Path (Join-Path -Path $PSScriptRoot -ChildPath 'Public/*.ps1') -Recurse -ErrorAction Stop)
6
foreach ($import in $public) {
7
try {
8
. $import.FullName
0 commit comments