Skip to content

Commit

Permalink
attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegZee committed Apr 8, 2017
1 parent 2ef7b6b commit 071af85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Tasks/File.copy.fs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ module CopyImpl =
File.getFullName >> (impl.makeRelPath baseFullPath)

do! trace Level.Debug "[copy] materializing fileset %A at folder %s" fileset projectRoot
let (Filelist files) = fileset |> (toFileList projectRoot)
do! trace Level.Debug "[copy] files are %A" files
// let (Filelist files) = fileset |> (toFileList projectRoot)
// do! trace Level.Debug "[copy] files are %A" files
// for file in files do
// copyFile targetDir getRelativePath file

Expand Down

0 comments on commit 071af85

Please sign in to comment.