diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a24bc39..80f926b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
8.0.x
- name: Build
- run: dotnet build -c Release -p:ContinuousIntegrationBuild=true
+ run: dotnet build -c Release
- name: Run tests with Coverage
run: dotnet test --no-build -c Release -p:CollectCoverage=true -e:CoverletOutputFormat=opencover
diff --git a/Directory.Build.props b/Directory.Build.props
index 8042269..058015a 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -20,6 +20,9 @@
$(SolutionDir).ruleset
CS1591;NETSDK1138
+
+ true
+