Skip to content

Commit 8f5555d

Browse files
authored
fix indentation + add missing properties
1 parent 5d2a991 commit 8f5555d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

appveyor.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
version: 1.0.{build}
2-
32
configuration: Debug
4-
53
platform: Any CPU
64

75
build:
86
verbosity: minimal
9-
10-
# buid options
11-
build:
127
project: SubDBSharp.sln
138

149
# test command
1510
test:
16-
xunit.console.clr4 **\bin\debug\UnitTest.dll /appveyor
11+
assemblies:
12+
- xunit.console.clr4 **\bin\debug\UnitTest.dll /appveyor
1713

1814
matrix:
1915
fast_finish: true

0 commit comments

Comments
 (0)