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/Proj0043.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
# Proj0043: Enable <RestoreLockedMode> when <ContinuousIntegrationBuild> is enabled
7
7
In order to ensure `dotnet restore` is not allowed to implicitly upgrade package versions that are
8
-
specified in the [lock file](https://devblogs.microsoft.com/dotnet/enable-repeatable-package-restores-using-a-lock-file/). It is necessary to enable "locked mode".
8
+
specified in the [lock file](https://devblogs.microsoft.com/dotnet/enable-repeatable-package-restores-using-a-lock-file/), it is necessary to enable "locked mode".
9
9
The [recommended way](https://devblogs.microsoft.com/dotnet/enable-repeatable-package-restores-using-a-lock-file/)
10
10
of enabling locked mode is to conditionally set the `RestoreLockedMode` property to `true`,
11
11
if the `ContinuousIntegrationBuild` is set to `true`. This is under the assumption that
0 commit comments