mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 06:25:32 +00:00
Removed debug output from build.fsx
This commit is contained in:
parent
ea1e42a65e
commit
4d14ad1c29
|
@ -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