Skip to content

Commit

Permalink
Only clean subdirs when running local
Browse files Browse the repository at this point in the history
  • Loading branch information
Søren Trudsø Mahon authored and jmarnold committed Oct 22, 2013
1 parent 275da80 commit 82e05ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ripple/Local/MoveNugetAssemblies.cs
Expand Up @@ -54,8 +54,7 @@ public void Execute(IRippleStepRunner runner)
RippleLog.Error(ToString(), exc);
throw;
}

runner.CleanDirectory(packageFolder);
Directory.GetDirectories(packageFolder).Each(runner.CleanDirectory);
_nuget.PublishedAssemblies.Each(x =>
{
var request = new FileCopyRequest{
Expand Down

0 comments on commit 82e05ca

Please sign in to comment.