From dec579a966f45723efd27e0dbc77ffc1a8bbbf2b Mon Sep 17 00:00:00 2001 From: jhoneill Date: Sun, 8 Dec 2019 00:58:22 +0000 Subject: [PATCH] update CI for moved install.ps1 --- CI/CI.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/CI.ps1 b/CI/CI.ps1 index 43b92ce..1170c5c 100644 --- a/CI/CI.ps1 +++ b/CI/CI.ps1 @@ -95,7 +95,7 @@ if (-not $VersionFilePath) { '[Info] Testing On:' Get-EnvironmentInfo '[Progress] Installing Module.' - . .\Install.ps1 + . .\ci\Install.ps1 '[Progress] Invoking Pester.' Invoke-Pester -OutputFile ('TestResultsPS{0}.xml' -f $PSVersionTable.PSVersion) }