From 3787a561a7dde5c1d658639d7a8a35543149b2e4 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Tue, 15 Jan 2019 12:17:36 +0100 Subject: [PATCH] [wip] debugging OSx build --- tools/Travis.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Travis.psm1 b/tools/Travis.psm1 index cd3b2ea..d4a37f6 100644 --- a/tools/Travis.psm1 +++ b/tools/Travis.psm1 @@ -39,7 +39,7 @@ function Invoke-UnitTests { try { Write-Host '===== Preload internal private functions =====' -ForegroundColor Black -BackgroundColor Yellow - $Privates = Get-ChildItem -Path (Join-Path -Path $Env:TRAVIS_BUILD_DIR -ChildPath '/src/Private/*') -Include "*.ps1" -Recurse + $Privates = Get-ChildItem -Path (Join-Path -Path $Env:TRAVIS_BUILD_DIR -ChildPath '/src/Private/*') -Include "*.ps1" -Recurse -ErrorAction Stop foreach ($File in $Privates) { if (Test-Path -Path $File.FullName) { . $File.FullName