From 04211241bcd1c7ec557c3386e4296cab498215c8 Mon Sep 17 00:00:00 2001 From: GoldenCrystal Date: Sat, 24 Jun 2017 14:12:59 +0200 Subject: [PATCH] Trying to fix tests again. --- UnicodeInformation.Tests/UnicodeInformation.Tests.csproj | 4 ++-- appveyor.yml | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/UnicodeInformation.Tests/UnicodeInformation.Tests.csproj b/UnicodeInformation.Tests/UnicodeInformation.Tests.csproj index 2529408..3c912ec 100644 --- a/UnicodeInformation.Tests/UnicodeInformation.Tests.csproj +++ b/UnicodeInformation.Tests/UnicodeInformation.Tests.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/appveyor.yml b/appveyor.yml index efb1c6e..63fff7f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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