Skip to content

Commit

Permalink
Update FileSystemTasks.CopyDirectoryRecursively to `AbsolutePathExt…
Browse files Browse the repository at this point in the history
…ensions.Copy`.
  • Loading branch information
ricaun committed Nov 20, 2024
1 parent 7e6e4ea commit 22dc11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ricaun.Nuke/Components/IRelease.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void ReleaseProject(Project project)
}
else
{
AbsolutePathExtensions.CopyToDirectory(ContentDirectory, ProjectDirectory);
AbsolutePathExtensions.Copy(ContentDirectory, ProjectDirectory);
}

var releaseFileName = CreateReleaseFromDirectory(ProjectDirectory, fileName, version);
Expand Down

0 comments on commit 22dc11b

Please sign in to comment.