From e9792a221663f1a0f0770d0e80218f5b5fcc5fd8 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 7 Apr 2019 01:13:53 -0400 Subject: [PATCH] Oops again --- azure-pipelines/windows-setup-mingw.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines/windows-setup-mingw.yml b/azure-pipelines/windows-setup-mingw.yml index 03e487c1..bb86fcd4 100644 --- a/azure-pipelines/windows-setup-mingw.yml +++ b/azure-pipelines/windows-setup-mingw.yml @@ -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