appveyor.yml: reindent.
@@ -1,21 +1,23 @@ | ||
1 | 1 | version: 1.9.99.{build} |
2 | + | |
2 | 3 | image: Visual Studio 2015 |
4 | + | |
3 | 5 | environment: |
4 | 6 | matrix: |
5 | - - PLATFORM: x64 | |
6 | - - PLATFORM: x86 | |
7 | + - PLATFORM: x64 | |
8 | + - PLATFORM: x86 | |
7 | 9 | |
8 | 10 | install: |
9 | -- ps: nuget install NAnt -Version 0.92.0 -o C:\NuGetPackages | |
11 | + - ps: nuget install NAnt -Version 0.92.0 -o C:\NuGetPackages | |
10 | 12 | |
11 | 13 | build_script: |
12 | -- if [%PLATFORM%]==[x64] ( | |
13 | - call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" amd64 | |
14 | - C:\NuGetPackages\NAnt.0.92.0\tools\nant.exe x64 debug clean init binaries | |
15 | - ) | |
16 | -- if [%PLATFORM%]==[x86] ( | |
17 | - call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x86 | |
18 | - C:\NuGetPackages\NAnt.0.92.0\tools\nant.exe debug clean init binaries | |
19 | - ) | |
14 | + - if [%PLATFORM%]==[x64] ( | |
15 | + call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" amd64 | |
16 | + C:\NuGetPackages\NAnt.0.92.0\tools\nant.exe x64 debug clean init binaries | |
17 | + ) | |
18 | + - if [%PLATFORM%]==[x86] ( | |
19 | + call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x86 | |
20 | + C:\NuGetPackages\NAnt.0.92.0\tools\nant.exe debug clean init binaries | |
21 | + ) | |
20 | 22 | |
21 | 23 | test: off |