-
Notifications
You must be signed in to change notification settings - Fork 49
Description
The build.sh file doesn't build on MacOS:
I get this:
Build.Release 00:00:12.9064783 (Unsupported log file format. Latest supported version is 8, the log file has version 9.)
but what is interesting is that the build itself goes without error, so I guess the log format of the last Visual Studio doesn't work.. Looks like these guys have the same issue: https://gitter.im/fsharp/FAKE?at=5e6a729be203784a55a350db
anyhow, looks like there is something to update as they saw this issue 5-6 months ago.
With VisualStudio MacOS, I get this error:
which doesn't make sense...
With Rider MacOS, it compiles. But trying to make a NuGet package yields another nonsense error:
NuGet.Build.Tasks.Pack.targets(198, 5): [MSB4181] The "PackTask" task returned false but did not log an error.
What is the last time the build process was tested on MacOS? it looks like it is a bit outdated in regards to the current tools' versions.
