Skip to content

Commit

Permalink
remove restorelockedmode flag
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Oct 2, 2024
1 parent 43d65db commit 3586dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<DisableImplicitSystemValueTupleReference>true</DisableImplicitSystemValueTupleReference>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
</PropertyGroup>
<!-- Use lock files -->
<!-- Use lock files --><!--
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<PropertyGroup>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RestoreLockedMode Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</RestoreLockedMode>
</PropertyGroup>
</PropertyGroup>-->
<PropertyGroup>
<!-- Make all the projects use the highest warning level -->
<WarningLevel>3</WarningLevel>
Expand Down

0 comments on commit 3586dee

Please sign in to comment.