Skip to content

Commit

Permalink
Update PipelineController.cs
Browse files Browse the repository at this point in the history
Fix formatting
  • Loading branch information
dellis1972 authored Oct 13, 2024
1 parent 4478464 commit 56440ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ private bool IncludeFiles(List<IncludeItem> items, string initialDirectory, stri
item.RelativeDestPath = PathHelper.GetRelativePath(ProjectLocation, file);
item.IncludeType = IncludeType.Link;
// We actually want to place this file under the initialDirectory if one is set.
if (!item.RelativeDestPath.Contains (relative))
if (!item.RelativeDestPath.Contains(relative))
item.RelativeDestPath = Path.Combine(relative, Path.GetFileNameWithoutExtension(file));
}
else
Expand Down

0 comments on commit 56440ee

Please sign in to comment.