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