Skip to content

Commit 20b0bad

Browse files
author
Edward Meng
committed
Don't run tests of Exceptionless.MessagePack.Tests in appveyor.
1 parent 5679cae commit 20b0bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ before_build:
3434
build_script:
3535
- ps: .\build\Build.ps1
3636
- dotnet build test\Exceptionless.Tests -c Release
37-
- dotnet build test\Exceptionless.MessagePack.Tests -c Release
37+
# - dotnet build test\Exceptionless.MessagePack.Tests -c Release
3838

3939
#test_script:
4040
# - dotnet test test\Exceptionless.Tests\

0 commit comments

Comments
 (0)