1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-26 16:32:45 +01:00

PowerShell false constant is False and not false!

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2016-03-08 12:32:17 +01:00
parent 7f56eac7cb
commit 4441b38228

@ -26,8 +26,8 @@ services:
platform:
- x64
- Win32
- x64
# -------------------------------------------------------------------------------------------
# building debug configuration doubles the round time and isn't so useful.
@ -157,7 +157,7 @@ install:
- ps: |
if ($env:platform -eq "Win32")
{
if (Test-Path "c:\mysql-5.7.9-win32" -and false) {
if (Test-Path "c:\mysql-5.7.9-win32" -and False) {
echo "using c:\mysql-5.7.9-win32 from cache"
}
else