Skip to content

Commit

Permalink
Clean up RestorePackages Cake task (#192 closes #189)
Browse files Browse the repository at this point in the history
  • Loading branch information
luigiberrettini authored Jul 1, 2019
1 parent 608c757 commit 95984be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/scripts/cake.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,6 @@
.Select(x => x.FullName)
.ToList();
var deleteDirectorySettings = new DeleteDirectorySettings
{
Recursive = true,
Force = true
};
foreach (var projectToRestore in toRestoreProjects)
DotNetCoreRestore(projectToRestore);
});
Expand Down

0 comments on commit 95984be

Please sign in to comment.