Skip to content

Commit f359ce6

Browse files
committed
fixing tests
1 parent b631e0b commit f359ce6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

appveyor.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ after_build:
1111
- cmd: 7z a QueryTree.zip %APPVEYOR_BUILD_FOLDER%/Web/dist/*
1212
- cmd: 7z a QueryTree.zip %APPVEYOR_BUILD_FOLDER%/README.md
1313
before_test:
14-
- cmd: dotnet build ./Tests/Tests.csproj
15-
test:
16-
assemblies:
17-
only:
18-
- ./Tests/**/*.dll
14+
- cmd: dotnet test ./Tests/Tests.csproj
1915
artifacts:
2016
- path: QueryTree.zip
2117
name: QueryTree

0 commit comments

Comments
 (0)