You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rules/Proj0044.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ancestor: MSBuild
5
5
6
6
# Proj0044: Enable <ContinuousIntegrationBuild> when running in CI pipeline
7
7
Setting `ContinuousIntegrationBuild` to `true`[ensures (file) paths are normalized](https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#continuousintegrationbuild)
8
-
and futhermore can help other external tools with detecting whether or not a build
8
+
and furthermore can help other external tools with detecting whether or not a build
9
9
is being performed in a continuous integration (CI) pipeline, such as for [Proj0043](./Proj0043.md).
10
10
11
11
The recommended way of configuring `ContinuousIntegrationBuild` is to use
0 commit comments