From aec429f18bd3161d9464372e4da7601367b3e347 Mon Sep 17 00:00:00 2001 From: Norman Ziebal Date: Fri, 17 May 2019 00:23:07 -0700 Subject: [PATCH] Syntax Fix --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6ce190d2a6..257548a943 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 }