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