C7-Game / Prototype

An early-stage, open-source 4X strategy game
https://c7-game.github.io/
MIT License
34 stars 9 forks source link

Build server can't build with tests at net6.0 #307

Closed QuintillusCFC closed 2 years ago

QuintillusCFC commented 2 years ago

Currently, the build server fails if the tests use net6.0, likely because its Docker image uses Mono, which imitates net4.7.2.

We should figure out a way to fix this, maybe:

WildWeazel commented 2 years ago

@JimOfLeisure had mentioned some interest in this

QuintillusCFC commented 2 years ago

This wound up being a semi-blocker to copying all the assets at once. So, I'm looking at it now, with TheOrioli's solution. Seems to be working. Now trying to DRY out the configuration.