Follow up abd9809
appveyor lost the quotes
This commit is contained in:
parent
abd98090d1
commit
ed53167bc8
16
appveyor.yml
16
appveyor.yml
@ -10,28 +10,28 @@ environment:
|
|||||||
matrix:
|
matrix:
|
||||||
- VisualStudioVersion: 10.0
|
- VisualStudioVersion: 10.0
|
||||||
Solution: rAthena-10.sln
|
Solution: rAthena-10.sln
|
||||||
Defines: "BUILDBOT"
|
Defines: "\"BUILDBOT\""
|
||||||
- VisualStudioVersion: 11.0
|
- VisualStudioVersion: 11.0
|
||||||
Solution: rAthena-12.sln
|
Solution: rAthena-12.sln
|
||||||
Defines: "BUILDBOT"
|
Defines: "\"BUILDBOT\""
|
||||||
- VisualStudioVersion: 12.0
|
- VisualStudioVersion: 12.0
|
||||||
Solution: rAthena-13.sln
|
Solution: rAthena-13.sln
|
||||||
Defines: "BUILDBOT"
|
Defines: "\"BUILDBOT\""
|
||||||
- VisualStudioVersion: 14.0
|
- VisualStudioVersion: 14.0
|
||||||
Solution: rAthena-14.sln
|
Solution: rAthena-14.sln
|
||||||
Defines: "BUILDBOT"
|
Defines: "\"BUILDBOT\""
|
||||||
- VisualStudioVersion: 10.0
|
- VisualStudioVersion: 10.0
|
||||||
Solution: rAthena-10.sln
|
Solution: rAthena-10.sln
|
||||||
Defines: "BUILDBOT;PRERE"
|
Defines: "\"BUILDBOT;PRERE\""
|
||||||
- VisualStudioVersion: 11.0
|
- VisualStudioVersion: 11.0
|
||||||
Solution: rAthena-12.sln
|
Solution: rAthena-12.sln
|
||||||
Defines: "BUILDBOT;PRERE"
|
Defines: "\"BUILDBOT;PRERE\""
|
||||||
- VisualStudioVersion: 12.0
|
- VisualStudioVersion: 12.0
|
||||||
Solution: rAthena-13.sln
|
Solution: rAthena-13.sln
|
||||||
Defines: "BUILDBOT;PRERE"
|
Defines: "\"BUILDBOT;PRERE\""
|
||||||
- VisualStudioVersion: 14.0
|
- VisualStudioVersion: 14.0
|
||||||
Solution: rAthena-14.sln
|
Solution: rAthena-14.sln
|
||||||
Defines: "BUILDBOT;PRERE"
|
Defines: "\"BUILDBOT;PRERE\""
|
||||||
platform:
|
platform:
|
||||||
- Win32
|
- Win32
|
||||||
configuration:
|
configuration:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user