Skip to content

Commit 163018c

Browse files
committed
Update props to always restore in locked mode
1 parent dadbfa3 commit 163018c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<PropertyGroup>
1313
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
14-
<RestoreLockedMode Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</RestoreLockedMode>
14+
<RestoreLockedMode>true</RestoreLockedMode>
1515

1616
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
1717
</PropertyGroup>

0 commit comments

Comments
 (0)