-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Cannot build fornax repo for PR #105
Comments
can you try updating the fake-cli dotnet tool from the current 5.21 alpha to 5.22.0 and see if that resolves the issue? |
Otherwise, FAKE isn't doing anything incredibly complex, so a simple |
Hey thanks for the fast reply! But I tried that already:
Same error as before. |
Ah, yeah i get what you mean. Skip FAKE and use the commands directly, yeah that actually works. Pretty dumb to not think of that myself 😞 |
Identical problem on Linux: #103 (comment)
For reference, it does not. The targeting pack must be at the exact path, and be the exact version that
|
Describe the bug
Hey i am currently working on a PR to fix #104 but i can't build fornax following the steps in the README.md:
To Reproduce
Build process
Error:
Expected behaviour
Fornax builds.
Environment (please complete the following information):
dotnet --list-sdks
dotnet --info
Seems to be an issue with the
build.fsx
, but i have no idea how to adress this.Pretty sure i encountered it already in other projects which i then upgraded to use a build.fsproj to circumvent this.
@baronfel
The text was updated successfully, but these errors were encountered: