Created
June 20, 2023 07:30
-
-
Save anpin/c716eea9cfd73a3c3b26a32931f2818b to your computer and use it in GitHub Desktop.
paket git dependency hangs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mkdir -p paket-repro && cd paket-repro | |
dotnet new tool-manifest | |
dotnet tool install paket | |
echo -e 'git https://github.com/anpin/Elmish.Bridge ns2.0 build: "./build.sh", Packages: /nugets/, OS: mono\n nuget Elmish.Bridge.RPC' > paket.dependencies | |
dotnet paket update -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment