Skip to content

Commit ba740c9

Browse files
committed
Build the test project
1 parent b95853f commit ba740c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ before_build:
2929

3030
build_script:
3131
- ps: .\build\Build.ps1
32+
- dotnet build test\Exceptionless.Tests -c Release
3233

33-
test_script:
34-
- dotnet test test\Exceptionless.Tests\
34+
#test_script:
35+
# - dotnet test test\Exceptionless.Tests\
3536

3637
after_test:
3738
- ps: .\build\Package.ps1

0 commit comments

Comments
 (0)