Trying to fix tests again.

This commit is contained in:
GoldenCrystal
2017-06-24 14:12:59 +02:00
parent bce0e6e20b
commit 04211241bc
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -13,7 +13,10 @@ before_build:
build:
verbosity: minimal
test_script:
- cmd: dotnet xunit
- cmd: >-
cd UnicodeInformation.Tests
dotnet xunit
artifacts:
- path: UnicodeCharacterInspector\bin\Release
name: UnicodeCharacterInspector