소스 검색

Follow up abd9809

appveyor lost the quotes
Lemongrass3110 8 년 전
부모
커밋
ed53167bc8
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 8
      appveyor.yml

+ 8 - 8
appveyor.yml

@@ -10,28 +10,28 @@ environment:
   matrix:
   - VisualStudioVersion: 10.0
     Solution: rAthena-10.sln
-    Defines: "BUILDBOT"
+    Defines: "\"BUILDBOT\""
   - VisualStudioVersion: 11.0
     Solution: rAthena-12.sln
-    Defines: "BUILDBOT"
+    Defines: "\"BUILDBOT\""
   - VisualStudioVersion: 12.0
     Solution: rAthena-13.sln
-    Defines: "BUILDBOT"
+    Defines: "\"BUILDBOT\""
   - VisualStudioVersion: 14.0
     Solution: rAthena-14.sln
-    Defines: "BUILDBOT"
+    Defines: "\"BUILDBOT\""
   - VisualStudioVersion: 10.0
     Solution: rAthena-10.sln
-    Defines: "BUILDBOT;PRERE"
+    Defines: "\"BUILDBOT;PRERE\""
   - VisualStudioVersion: 11.0
     Solution: rAthena-12.sln
-    Defines: "BUILDBOT;PRERE"
+    Defines: "\"BUILDBOT;PRERE\""
   - VisualStudioVersion: 12.0
     Solution: rAthena-13.sln
-    Defines: "BUILDBOT;PRERE"
+    Defines: "\"BUILDBOT;PRERE\""
   - VisualStudioVersion: 14.0
     Solution: rAthena-14.sln
-    Defines: "BUILDBOT;PRERE"
+    Defines: "\"BUILDBOT;PRERE\""
 platform:
   - Win32
 configuration: