-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
error during pull and build #9921
Comments
@natemcmaster @ryanbrandenburg @pranavkm Any ideas? |
You need to fix your path (check both user and system paths) and also install the .NET Core 2.0 x86 SDK |
Seems like warning message such be updated if the path change is needed for the command line build, since the current message indicates it is only needed when you so something else, like use VS:
|
Possibly I am wrong |
@ErikEJ My guess is that you are not wrong. Would like to hear thoughts from @natemcmaster @ryanbrandenburg or @pranavkm |
This doesn't look like an issue with the environment. It seems like MSBuild itself is dying with an unexpected error. Can you try running this? |
@natemcmaster the output was almost 360 kb.. im not sending you that. After building a few times (and crashing) its actually running some tests now.. alas it still fails on some temp dll's. Full log:
|
My best guess is that your tmp folder is overwhelmed with too many files. Try cleaning it out. Remove-Item -Recurse $env:TEMP FYI - You can attach text and zip files to issues to make it easier to view your log dumps. |
I pulled the source code at tip cbe654f
I run the build.cmd and it fails with -1073741790
The text was updated successfully, but these errors were encountered: