Browse Source

Syntax Fix

Norman Ziebal 6 years ago
parent
commit
aec429f18b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
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
     }