Removed debug output from build.fsx

This commit is contained in:
varon 2016-07-18 11:38:02 +02:00
parent ea1e42a65e
commit 4d14ad1c29

View file

@ -91,10 +91,6 @@ let activeProjects =
-- "**/OpenTK.GLWidget.csproj"
|> xamarinFilter
do
activeProjects
|> Seq.iter (tracefn "item: %s")
// Generate assembly info files with the right version & up-to-date information
Target "AssemblyInfo" (fun _ ->
let getAssemblyInfoAttributes projectName =