fsprojects / fsharp-cheatsheet

This cheatsheet aims to succinctly cover the most important aspects of F# 6.0.
http://fsprojects.github.io/fsharp-cheatsheet/
Other
324 stars 60 forks source link

.nuget cannot find FAKE? #7

Closed awf closed 9 months ago

awf commented 6 years ago

On today's head, 48b8ac, build.cmd fails to find FAKE:

PS C:\dev\GitHub\fsharp-cheatsheet\tools> .\build.cmd
Unable to find package 'FAKE'.
The system cannot find the path specified.
PS C:\dev\GitHub\fsharp-cheatsheet\tools> .nuget\nuget.exe install FAKE -OutputDirectory packages -ExcludeVersion
Unable to find package 'FAKE'.
PS C:\dev\GitHub\fsharp-cheatsheet\tools> .nuget\nuget.exe list
No packages found.
PS C:\dev\GitHub\fsharp-cheatsheet\tools>
SpiralOSS commented 9 months ago

I am moving away from using the build commands for HTML and PDF output in favor of GitHub actions.

Let's see if I get a badge for closing a 6 year old issue...