Skip to content

Commit

Permalink
Update props to always restore in locked mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioru committed Dec 10, 2024
1 parent dadbfa3 commit 163018c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<PropertyGroup>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RestoreLockedMode Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</RestoreLockedMode>
<RestoreLockedMode>true</RestoreLockedMode>

<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
Expand Down

0 comments on commit 163018c

Please sign in to comment.