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.
2 parents e81c171 + d0c85e6 commit 7adf1e7Copy full SHA for 7adf1e7
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