How to find latest version of MsBuild in powershell
Build scripts for .net are always a bit painful, and Microsoft has not made it easy over the years as every release they change the paths. For 2017 it is even worse and it depends…
Build scripts for .net are always a bit painful, and Microsoft has not made it easy over the years as every release they change the paths. For 2017 it is even worse and it depends…
Every time Microsoft releases some build tooling it feels like they forget lots of us use it to build websites. And we do this on build servers that do not have Visual Studio installed using…
In VS 2013+ msbuild moved out of the core .net framework and is available as a separate install for build agents know as "Build tools". You need to be aware that MsBuild has moved path…