issues
search
xBimTeam
/
XbimGeometry
XbimGeometry contains the CLR interop libraries and the c++ engine used to compute the 3D geometry of models.
https://xbimteam.github.io/
Other
260
stars
131
forks
source link
Fix build and packaging of netcore branch
#404
Closed
andyward
closed
2 years ago
andyward
commented
2 years ago
Now builds, tests and packages in devops.
Use new 'buildTransitive' mechanism in nuget 5+ to copy native dlls to all upstream projects when accessed via nuget
Fixed up various targetPlatform x86/x64 issues
Local build dependency propogation fixed
Fixed up Xbim.Geometry top level package (for ease of upgrade)
Todo:
[ ] Tidy up legacy msbuild targets - likely redundant
[ ] Review build pipeline - it can be simplified?
[ ] Fix up at net5/6 targets (just netcore3.1)
Now builds, tests and packages in devops.
Todo: