From 83ca60ab555cb219a3b5126ff789d74cc731eb1f Mon Sep 17 00:00:00 2001
From: "phnx47[bot]" <78849906+phnx47-bot@users.noreply.github.com>
Date: Wed, 18 Dec 2024 13:58:41 +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 3e79c7df217124125644c7e4152de08e754cd511 Mon Sep 17 00:00:00 2001
From: "phnx47[bot]" <78849906+phnx47-bot@users.noreply.github.com>
Date: Wed, 18 Dec 2024 13:58:42 +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
+