Skip to content

Commit

Permalink
run restore at the same time as running cleaning locks (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock authored Jul 18, 2024
1 parent 7bad788 commit 9a26ce9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
Console.WriteLine("Found and will delete: " + f);
File.Delete(f);
}
Console.WriteLine("Running restore now.");
Run("dotnet", "restore");
}
);

Expand Down

0 comments on commit 9a26ce9

Please sign in to comment.