-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Issues building thru TFS Build #21
Comments
seems So, what settings for this ? Is it our coreclr ? Probably I need also full log, you can set But, if this problem with IL (like #17) I need also simple example to reproduce it, etc. |
I made a small project with only an Hello World type method. BuildTest.log.txt |
@nlz242 Thank you for details
to build with eng. locale, you can use like this: chcp 437
...
msbuild "YourProject.sln" /t:Build Well, your problem from calling our ildasm.exe:
But you have no any message from this :( Later I'll try to reproduce this on some TFS. You can also help to find this problem:
|
Well, that fixed it! I tried to run ildasm manually and got a message saying it can't find api-ms-win-crt-string-l1-1-0.dll. Thanks a ton for your help! :) |
:) Good !
I'm glad that this helped you -_* |
by the way yes, anyone else, please note that my coreclr version was compiled with MSVC 19.0
|
Building on my computer works fine, but i'm having a hard time building on my build server (TFS 2010).
Using msbuild tools 14.0, targetting .net 4.0.
I get this error :
Sorry for the french-ish stacktrace
Any idea ?
The text was updated successfully, but these errors were encountered: