mono / linux-packaging-msbuild

MIT License
23 stars 16 forks source link

Is msbuild bootstrappable? #11

Open Ambrevar opened 4 years ago

Ambrevar commented 4 years ago

From #1 it seems that NuGet binary packages are required to build msbuild, but these dependencies seem to require msbuild to build from source. Or am I missing something?

Is it possible to bootstrap msbuild fully from source?

concatime commented 2 years ago

Same question on my side. I tried to build msbuild, I got Microsoft.DotNet.Arcade.Sdk not found. When building arcade, I got 'MSBuild-Core': not a valid identifier. I mean, what are we supposed to do?

FabioLolix commented 2 years ago

@concatime you already tried this https://github.com/mono/msbuild/releases/tag/0.08 ?

Bootstrap msbuild only for building msbuild This is meant for building msbuild with mono and not general use. From mono 6.4.0.208

Does it work?