Norman Ziebal %!s(int64=6) %!d(string=hai) anos
pai
achega
aec429f18b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     }