-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet new fake
does not create paket.dependencies
#2486
Comments
Welcome to the FAKE community! Thank you so much for creating your first issue and therefore improving the project! |
dotnet new fake
does not create paket.dependencies
Yes nice catch, since 91e749a#diff-c70ec698035e2a0f90d973ae51ab96ec Apparently, I failed to update the docs accordingly... So with |
Thanks @matthid This command worked
|
There has not been any activity in this issue for the last 3 months so it will be closed in 14 days if there is no activity. |
Description
Following the instructions here: https://fake.build/fake-template.html#Fake-Template
It does create some of them but not
paket.dependencies
.Also, I am prompted to
update to latest version
for some reason.I had installed fake as a global tool previously like this:
Repro steps
dotnet new fake
paket.dependencies
Expected behavior
This will create a default build.fsx file, a paket.dependencies file used to mangage your build dependencies and two shell scripts fake.sh and fake.cmd.
Actual behavior
Check the files that are created and see that
paket.dependencies
is not created.Known workarounds
None
Related information
$ dotnet --info .NET Core SDK (reflecting any global.json): Version: 3.1.102 Commit: 573d158fea Runtime Environment: OS Name: Windows OS Version: 10.0.18363 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\3.1.102\ Host (useful for support): Version: 3.1.2 Commit: 916b5cba26 .NET Core SDKs installed: 1.1.13 [C:\Program Files\dotnet\sdk] 2.1.300 [C:\Program Files\dotnet\sdk] 2.1.403 [C:\Program Files\dotnet\sdk] 2.1.505 [C:\Program Files\dotnet\sdk] 2.1.509 [C:\Program Files\dotnet\sdk] 2.1.801 [C:\Program Files\dotnet\sdk] 2.2.101 [C:\Program Files\dotnet\sdk] 2.2.105 [C:\Program Files\dotnet\sdk] 3.1.100 [C:\Program Files\dotnet\sdk] 3.1.102 [C:\Program Files\dotnet\sdk]
$ dotnet fake --version FAKE 5 - F# Make (5.19.1) (this line is written to standard error, see https://github.com/fsharp/FAKE/issues/2066) FakePath: C:\Users\marnee\.nuget\packages\fake-cli\5.19.1\tools\netcoreapp2.1\any\Fake.Runtime.dll Paket.Core: 5.241.2
The text was updated successfully, but these errors were encountered: