-
Notifications
You must be signed in to change notification settings - Fork 105
Running build.sh on linux fail #226
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
Comments
Same problem under Ubuntu WSL on Windows 10. |
FWIW I also just now received the same error on Ubuntu 18.04.
|
This looks to be a problem with case-sensitive filepaths. The file being searched for (specifically, Renaming the I got it to work permanently by symlinking Note: this even works on NTFS, so it should affect WSL. NTFS is case-sensitive, even though Windows treats it as case-insensitive. |
Thanks, I created a symlink from |
I spoke too fast, now I have an error when
|
I'll see if I can make gitversion optional |
@david-driscoll the first error is because GitVersion has changed there casing in the package. The second really looks like an issue on their side. |
After I remove gitversion in |
I'm on Arch linux, right after cloning the repo, running
.\build.sh
give:The dotnet version:
dotnet --version
3.1.103
The text was updated successfully, but these errors were encountered: