瀏覽代碼

Syntax Fix

Norman Ziebal 6 年之前
父節點
當前提交
aec429f18b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
     }