Skip to content

Commit 7628280

Browse files
committed
Use RestoreLockedMode in CI.
1 parent bc1031d commit 7628280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<PropertyGroup Condition=" '$(GITHUB_ACTIONS)' == 'true' OR '$(APPVEYOR)' == 'True' OR '$(TF_BUILD)' == 'True' ">
2020
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
2121
<Deterministic>true</Deterministic>
22+
<RestoreLockedMode>true</RestoreLockedMode>
2223
</PropertyGroup>
2324

2425
</Project>

0 commit comments

Comments
 (0)