Syntax Fix

This commit is contained in:
Norman Ziebal
2019-05-17 00:23:07 -07:00
parent 0444172c71
commit aec429f18b

View File

@@ -39,7 +39,7 @@ build_script:
after_build:
- ps: >-
if ($env:Defines == "CODEANALYSIS") {
if ($env:Defines -eq "CODEANALYSIS") {
$warnings = tail -n 5 result.txt | head -n 1
Add-AppveyorMessage -Message $warnings -Category Information
}