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 builds on Travis-CI are currently failing, because the build script doesn't work if dotnet isn't installed (see discussion in #16 for details).
There are two potential fixes:
List dotnet as a prerequisite, remove everything pertaining to installing dotnet from build.fsx and update .travis.yml to make sure that dotnet is installed prior to running the build script.
or
Fix the build script parts that check the dotnet version so it can install dotnet correctly.
The text was updated successfully, but these errors were encountered:
The builds on Travis-CI are currently failing, because the build script doesn't work if
dotnet
isn't installed (see discussion in #16 for details).There are two potential fixes:
dotnet
as a prerequisite, remove everything pertaining to installingdotnet
frombuild.fsx
and update.travis.yml
to make sure thatdotnet
is installed prior to running the build script.or
dotnet
version so it can installdotnet
correctly.The text was updated successfully, but these errors were encountered: