From c400dd7c98f8a40e73dd8d32bc591525f6fe3024 Mon Sep 17 00:00:00 2001
From: "phnx47[bot]" <78849906+phnx47-bot@users.noreply.github.com>
Date: Wed, 18 Dec 2024 13:58:51 +0000
Subject: [PATCH 1/2] add ContinuousIntegrationBuild to Directory.Build.props
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
From e1d0eb49387c3a7ffaa314464fdf051eebab4fd2 Mon Sep 17 00:00:00 2001
From: "phnx47[bot]" <78849906+phnx47-bot@users.noreply.github.com>
Date: Wed, 18 Dec 2024 13:58:51 +0000
Subject: [PATCH 2/2] add ContinuousIntegrationBuild to Directory.Build.props
---
Directory.Build.props | 3 +++
1 file changed, 3 insertions(+)
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
+