Skip to content

Commit 5206459

Browse files
committed
Adding tests to build
1 parent 0c9f504 commit 5206459

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ build_script:
1010
after_build:
1111
- cmd: 7z a QueryTree.zip %APPVEYOR_BUILD_FOLDER%/Web/dist/*
1212
- cmd: 7z a QueryTree.zip %APPVEYOR_BUILD_FOLDER%/README.md
13+
before_test:
14+
- cmd: dotnet build ./Tests/Tests.csproj
15+
test:
16+
assemblies:
17+
only:
18+
- ./Tests/**.dll
1319
artifacts:
1420
- path: QueryTree.zip
1521
name: QueryTree

0 commit comments

Comments
 (0)