Skip to content

Commit

Permalink
turn off locked mode
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed May 15, 2024
1 parent 21b90cc commit e246680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void RemoveDirectory(string d)
Consts.Solutions,
s =>
{
Run("dotnet", $"dotnet restore --locked-mode {s}");
Run("dotnet", $"dotnet restore {s}");
}
);

Expand Down

0 comments on commit e246680

Please sign in to comment.