Running A Design-Time Build With MSBuild APIs

added by DotNetKicks
9/28/2017 12:42:36 PM

565 Views

The MSBuild APIs are now on NuGet and target netstandard which is awesome, but unfortunately they won't work out of the box with certain platform and project type combinations. The reasons are complex, but basically come down to MSBuild not being a self contained project system.


0 comments