You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build files seem to run into issues running nuget.exe - in Linux, it needs to be called via mono NuGet.exe (notice the mono launcher and the capitalization)
I'll have to look and see if visual studio targets can detect the difference of msbuild vs xbuild. Otherwise it would probably require a different solution file, which we could do, but I won't have time until after build season for sure.
Plus I believe Sandcastle requires some fonts and settings that are only available on Windows. I'll have to check, but that might not build on Linux anyway, so this project might end up Windows only for that reason. But I'll check.
See robotdotnet/WPILib#99
The build files seem to run into issues running nuget.exe - in Linux, it needs to be called via
mono NuGet.exe
(notice themono
launcher and the capitalization)The text was updated successfully, but these errors were encountered: