-
Notifications
You must be signed in to change notification settings - Fork 349
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
Confusing error in build.sh when restore not passed #3878
Comments
Oh, no it's LANG again. |
@danmosemsft - can you elaborate what you did to fix this. I am running into the same issue: ConflictResolution.targets(39,5): error NETSDK1042: Could not load PlatformManifest from Have a fresh checkout from corefx 3.1.1 branch. The following all succeed. Then the following fails I am doing this on an Ubuntu box |
@talibsharif this was because I was in WSL. In WSL, it is necessary to set the LANG environment variable to override their default. See discussion here dotnet/runtime#29918 If you aren't using WSL then please open a separate issue with the full console output. |
Thanks @danmosemsft - let me try the LANG trick, otherwise will open up a separate Issue |
In WSL Ubuntu, I cloned dotnet/corefx then did
./build.sh
(this does--restore --build
)Then I did
./build.sh --buildtests
and I gotIt would be helpful if (whether doing
--build
or--buildtests
) it failed with a clear error if--restore
is needed. Eg.,Please add --restore and try again
@ViktorHofer
The text was updated successfully, but these errors were encountered: