Removed debug output from build.fsx
This commit is contained in:
parent
ea1e42a65e
commit
4d14ad1c29
1 changed files with 0 additions and 4 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue