mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-08 13:30:45 +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"
|
-- "**/OpenTK.GLWidget.csproj"
|
||||||
|> xamarinFilter
|
|> xamarinFilter
|
||||||
|
|
||||||
do
|
|
||||||
activeProjects
|
|
||||||
|> Seq.iter (tracefn "item: %s")
|
|
||||||
|
|
||||||
// Generate assembly info files with the right version & up-to-date information
|
// Generate assembly info files with the right version & up-to-date information
|
||||||
Target "AssemblyInfo" (fun _ ->
|
Target "AssemblyInfo" (fun _ ->
|
||||||
let getAssemblyInfoAttributes projectName =
|
let getAssemblyInfoAttributes projectName =
|
||||||
|
|
Loading…
Reference in a new issue