-
Notifications
You must be signed in to change notification settings - Fork 529
Open
Description
I created a very minimal project to test the git dependency feature, but I feel like it's broken.
This is my very basic paket.dependencies:
source https://api.nuget.org/v3/index.json
storage: none
git https://github.com/CompositionalIT/farmer.git container-app-probes build: "dotnet pack -c Release -o PackOutput", OS: windows, Packages: PackOutput
This does clone the repository into paket-files/github.com folder, and creates a nupkg:
but then paket claims that the package is not available:
Installing into projects:
Created dependency graph (0 packages in total)
F# project C:\Users\JoostKaptein\code\disposable\repro-paket-git\repro-paket-git.fsproj does not reference FSharp.Core.
Total time taken: 5 milliseconds
Paket failed with
-> Installation Errors :
- C:\Users\JoostKaptein\code\disposable\repro-paket-git\paket.references uses NuGet package Farmer, but it was not found in the paket.lock file in group Main.
reproduction repo is available here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
