nblockchain / fsx

FSX is the ideal tool for people that use F# for their scripting needs.
MIT License
14 stars 5 forks source link

CI,build: better way to test legacy framework #24

Closed knocte closed 1 year ago

knocte commented 1 year ago

Instead of running make-legacy.bat directly from CI, we delete the dotnet executable and prepare make.bat to deal with that. This has proven so useful that I'm even introducing a new macOS lane to test legacy framework (via Mono in this case) this way.