diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ca102bf..a31cbaf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,4 +27,4 @@ jobs:
run: dotnet build --no-restore --configuration Release
- name: Test
- run: dotnet test --no-build --configuration Release --logger "github;summary.includePassedTests=true;summary.includeSkippedTests=true"
+ run: dotnet test --no-build --configuration Release
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 8839216..fd2ea2a 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -26,6 +26,7 @@
+
diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props
new file mode 100644
index 0000000..6b87155
--- /dev/null
+++ b/tests/Directory.Build.props
@@ -0,0 +1,14 @@
+
+
+
+
+ true
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+