Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyzwezdin committed Dec 19, 2017
1 parent 3670b4d commit 9a93c70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Task("PrepareOutputFolders")
EnsureDirectoryExists(paths.workingDirVSTS);
CopyDirectory(resolveDirectoryPath(paths.root + "/src"), resolveDirectoryPath(paths.workingDirSources + "/src"));
CopyDirectory(resolveDirectoryPath(paths.root + "/tools"), resolveDirectoryPath(paths.workingDirSources + "/tools"));
CopyDirectory(resolveDirectoryPath(paths.root + "/nuspecs"), resolveDirectoryPath(paths.workingDirSources + "/nuspecs"));
});

Expand Down

0 comments on commit 9a93c70

Please sign in to comment.