Skip to content

Initial build after template installation fails because FAKE package not restored #41

@rmunn

Description

@rmunn

Linux Mint 18 (based on Ubuntu Xenial), F# 4.1, .Net Core 2.1.4. To reproduce:

  1. dotnet new mini-scaffold -n MyCoolNewLib -lang F#
  2. cd MyCoolNewLib
  3. ./build.sh

Result: Paket restore did not restore packages/build/FAKE/tools/FAKE.exe, so the build naturally failed.

BTW, when I ran mono .paket/paket.exe -v restore, Paket said, "Last restore is still up to date". So this might be a Paket bug; I'm still trying to track down why Paket thinks the last restore is still up to date when there's no packages folder at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions