diff --git a/ci/init.ps1 b/ci/init.ps1 index 7fea527dc..cce4fbdfb 100644 --- a/ci/init.ps1 +++ b/ci/init.ps1 @@ -1,5 +1,13 @@ param($Task = 'Default') +Write-Host " +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + +Current directory: $($pwd.Path) + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +" + if ($env:TRAVIS) { Write-Host -ForegroundColor Yellow "=============================== Build system: Travis CI @@ -37,8 +45,6 @@ else { Install-Module Psake, PSDeploy, Pester, BuildHelpers, Coveralls -Force -Scope CurrentUser -AllowClobber Import-Module Psake, BuildHelpers, Coveralls - Set-Location .. - Set-BuildEnvironment #Set-Location $PSScriptRoot