Oops again

This commit is contained in:
Pietro Gagliardi 2019-04-07 01:13:53 -04:00
parent 21591e4f6f
commit e9792a2216
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ parameters:
steps:
- powershell: |
WriteError "$env:ChocolateyInstall"
Set-PSDebug -Trace 2
Write-Error "$env:ChocolateyInstall"
dir "$env:ChocolateyInstall" | Write-Error
dir "$env:ChocolateyInstall\lib" | Write-Error
$chocopath = where.exe choco.exe | Get-Item