Chocolatey: Use '.\build' as default build directory

This commit is contained in:
Noah Hilverling 2020-06-05 09:57:34 +02:00
parent feed379229
commit d38f4e78c9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if(-not (Test-Path "$($env:ProgramData)\chocolatey\choco.exe")) {
}
if (-not (Test-Path env:ICINGA2_BUILDPATH)) {
$env:ICINGA2_BUILDPATH = '.\debug'
$env:ICINGA2_BUILDPATH = '.\build'
}
if(-not (Test-Path "$($env:ICINGA2_BUILDPATH)\choco\chocolateyInstall.ps1.template")) {