mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 01:16:55 +02:00
PowerShell false constant is False and not false!
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
7f56eac7cb
commit
4441b38228
@ -26,8 +26,8 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
- x64
|
|
||||||
- Win32
|
- Win32
|
||||||
|
- x64
|
||||||
|
|
||||||
# -------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------
|
||||||
# building debug configuration doubles the round time and isn't so useful.
|
# building debug configuration doubles the round time and isn't so useful.
|
||||||
@ -157,7 +157,7 @@ install:
|
|||||||
- ps: |
|
- ps: |
|
||||||
if ($env:platform -eq "Win32")
|
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"
|
echo "using c:\mysql-5.7.9-win32 from cache"
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user