-
Hi,
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 25 replies
-
Checkout https://github.com/dotnet/runtime/tree/master/docs/workflow. This is linked in the README, under "How can I contribute?"
For any sln files under the |
Beta Was this translation helpful? Give feedback.
-
Thanks, but instruction seems to say the same, run build.cmd (with some parameters if defaults not ok). But whatever I try I get the same error. Tried master and preview5 tag. I have preview5 SDK installed, VS2019 preview. Are there any prerequisites that are not listed to enable build.cmd to run? |
Beta Was this translation helpful? Give feedback.
-
Also tried a clean ~/.nuget to force update of all nugets. How can I check what msbuild get used? I have seen wrong versions being picked up as default sometimes. I have no msbuild in PATH. |
Beta Was this translation helpful? Give feedback.
Checkout https://github.com/dotnet/runtime/tree/master/docs/workflow. This is linked in the README, under "How can I contribute?"
For any sln files under the
src\libraries
folder, yes you need to build.cmd first. See https://github.com/dotnet/runtime/blob/master/docs/workflow/building/libraries/README.md.